aboutsummaryrefslogtreecommitdiffstats
path: root/source/bootloader.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-06-23 02:47:10 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-06-23 02:47:10 -0400
commit52fd358d32d75dfde684d4b2b54219956a01fbb6 (patch)
tree9a7251fe9553cf2109b1c6977c79dd09a726266e /source/bootloader.rst
parent48cbceeb74015fc2347ec8b139d3f6af34a4bf1b (diff)
downloadlibrambutan-52fd358d32d75dfde684d4b2b54219956a01fbb6.tar.gz
librambutan-52fd358d32d75dfde684d4b2b54219956a01fbb6.zip
bootloader: Fix repo clone shell incantation.
Diffstat (limited to 'source/bootloader.rst')
-rw-r--r--source/bootloader.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bootloader.rst b/source/bootloader.rst
index cb2fd30..cebc671 100644
--- a/source/bootloader.rst
+++ b/source/bootloader.rst
@@ -634,7 +634,7 @@ To obtain the latest development version, you can run (on a
:ref:`suitably configured system <unix-toolchain>`) the following to
obtain a binary of the bootloader currently used on the Maple::
- $ git checkout git://github.com/leaflabs/maple-bootloader.git
+ $ git clone git://github.com/leaflabs/maple-bootloader.git
$ cd maple-bootloader
$ make
$ ls -lh build/maple-boot.bin # this is the compiled bootloader binary