From 21b3d84b244d0852e79eef2da06cfaa989cc25e8 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. --- source/unix-toolchain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/unix-toolchain.rst') 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 `_, 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