From ee0027b02dc92b2b48fd9baa93ae20610f16221b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 17 May 2011 14:31:08 -0400 Subject: Docs: fixing tar invocation in Unix toolchain quickstart. --- docs/source/unix-toolchain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/unix-toolchain.rst b/docs/source/unix-toolchain.rst index 32a380e..fddb529 100644 --- a/docs/source/unix-toolchain.rst +++ b/docs/source/unix-toolchain.rst @@ -98,7 +98,7 @@ in `Python `_, and requires the `PySerial $ git clone git://github.com/leaflabs/libmaple.git libmaple $ cd libmaple $ wget http://static.leaflabs.com/pub/codesourcery/gcc-arm-none-eabi-latest-linux32.tar.gz - $ tar xvf gcc-arm-none-eabi-latest-linux32.tar.gz + $ tar xvzf gcc-arm-none-eabi-latest-linux32.tar.gz $ export PATH=$PATH:~/libmaple/arm/bin # or wherever these tools ended up This step is fairly straightforward: do a git clone of the `libmaple -- cgit v1.2.3