aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
commitee0027b02dc92b2b48fd9baa93ae20610f16221b (patch)
treeaa036fe235a79da334447a0fbe2794583d56b602 /docs
parent2d540965c3691b7109d2c6a3c2d43904397ac5f5 (diff)
downloadlibrambutan-ee0027b02dc92b2b48fd9baa93ae20610f16221b.tar.gz
librambutan-ee0027b02dc92b2b48fd9baa93ae20610f16221b.zip
Docs: fixing tar invocation in Unix toolchain quickstart.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/unix-toolchain.rst2
1 files changed, 1 insertions, 1 deletions
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 <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