From 52fd358d32d75dfde684d4b2b54219956a01fbb6 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 23 Jun 2011 02:47:10 -0400 Subject: bootloader: Fix repo clone shell incantation. --- source/bootloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 `) 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 -- cgit v1.2.3