aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-09-05 01:23:03 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-09-05 01:23:03 -0400
commitb32b01ab466cf5f29b1fa8e3c5d530b6de34dce2 (patch)
tree035479798f758162768ddc6b8e19d441515ea0bd
parent2d1b744701832d2e3eac0192bfccaef53ae68fe8 (diff)
downloadlibrambutan-b32b01ab466cf5f29b1fa8e3c5d530b6de34dce2.tar.gz
librambutan-b32b01ab466cf5f29b1fa8e3c5d530b6de34dce2.zip
unix-toolchain: Fix up Windows so-far-so-good section.
Oops. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--source/unix-toolchain-win-setup.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/source/unix-toolchain-win-setup.rst b/source/unix-toolchain-win-setup.rst
index f8d878e..099e7fe 100644
--- a/source/unix-toolchain-win-setup.rst
+++ b/source/unix-toolchain-win-setup.rst
@@ -146,8 +146,11 @@ explains what to do.
Click OK.
-Once that's done, **open a new Git Shell**, then type this at the
-prompt, and hit return::
+So far, so good?
+----------------
+
+Great! Open a new Git Shell, then type this at the prompt and hit
+return to get to the libmaple directory::
cd libmaple
@@ -156,7 +159,5 @@ prompt, and hit return::
made won't be available, and the instructions in the next
section won't work.
-So far, so good?
-----------------
-
-Great! Go on to the next section, where you'll compile a program.
+Now you're ready to move on by :ref:`compiling a sample program
+<toolchain-test>`.