aboutsummaryrefslogtreecommitdiffstats
path: root/source/unix-toolchain.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-17 14:31:08 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-17 14:31:08 -0400
commit21b3d84b244d0852e79eef2da06cfaa989cc25e8 (patch)
tree579a4e9fc7d9442bdd590bf3d834c72032478a31 /source/unix-toolchain.rst
parent6c42c6f5671e830c350c751c10a38fa54d3864bc (diff)
downloadlibrambutan-21b3d84b244d0852e79eef2da06cfaa989cc25e8.tar.gz
librambutan-21b3d84b244d0852e79eef2da06cfaa989cc25e8.zip
Docs: fixing tar invocation in Unix toolchain quickstart.
Diffstat (limited to 'source/unix-toolchain.rst')
-rw-r--r--source/unix-toolchain.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst
index 32a380e..fddb529 100644
--- a/source/unix-toolchain.rst
+++ b/source/unix-toolchain.rst
@@ -98,7 +98,7 @@ in `Python <http://python.org>`_, 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