[前][次][番号順一覧][スレッド一覧]

ruby-changes:56794

From: Nobuyoshi <ko1@a...>
Date: Sun, 4 Aug 2019 07:15:32 +0900 (JST)
Subject: [ruby-changes:56794] Nobuyoshi Nakada: 6a1458caf2 (master): [DOC] Mark up path names to show a backslash [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=6a1458caf2

From 6a1458caf2e4d15215e094cc4863e3a6f2648f6b Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 4 Aug 2019 07:12:16 +0900
Subject: [DOC] Mark up path names to show a backslash [ci skip]


diff --git a/win32/README.win32 b/win32/README.win32
index eae6cdc..a5f8750 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -33,12 +33,12 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L33
 
 == How to compile and install
 
-1.  Execute win32\configure.bat on your build directory.
+1.  Execute <tt>win32\configure.bat</tt> on your build directory.
     You can specify the target platform as an argument.
     For example, run `<tt>configure --target=i686-mswin32</tt>'
     You can also specify the install directory.
     For example, run `<tt>configure --prefix=<install_directory></tt>'
-    Default of the install directory is /usr .
+    Default of the install directory is <tt>/usr</tt> .
     The default _PLATFORM_ is `+i386-mswin32_+_MSRTVERSION_' on 32-bit
     platforms, or `+x64-mswin64_+_MSRTVERSION_' on x64 platforms.
     _MSRTVERSION_ is the 2- or 3-digits version of the Microsoft
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]