aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-WINDOWS.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-06 18:33:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-06 18:33:38 +0200
commit12069ed3219a7331936646306aaa8e6ee02ce123 (patch)
tree61a0d3b45ac067dfff8e0c59eb981d27d9e466f0 /BOOTSTRAP-WINDOWS.cli
parent8f8966e7e84776a7660685828979b01600a3effa (diff)
Proofreading fixes to installation instructions
Diffstat (limited to 'BOOTSTRAP-WINDOWS.cli')
-rw-r--r--BOOTSTRAP-WINDOWS.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli
index 8cbd8f3..13e8793 100644
--- a/BOOTSTRAP-WINDOWS.cli
+++ b/BOOTSTRAP-WINDOWS.cli
@@ -34,7 +34,7 @@ common steps:
Start the standard Windows Command Prompt. If you plan to build with MSVC,
then you may go ahead and start the Visual Studio Command Prompt (or wait
-until MSVC-specific instructions).
+for MSVC-specific instructions).
|
\li|\n2. Create Build Directory\n
@@ -87,8 +87,8 @@ directory. |
\li|\n6. Set \c{PATH}\n
-Set the \c{PATH} environment variable and verify the utilities are found and
-work:
+Set the \c{PATH} environment variable and verify that the utilities are found
+and work:
\
> set PATH=C:\build2\bin;%PATH%
@@ -108,7 +108,7 @@ into \c{C:\\build2\\}:
--one-top-level=C:\build2 --strip-components=1
\
-Verify the MinGW GCC is found and works:
+Verify that the MinGW GCC is found and works:
\
> where g++