diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-14 12:12:09 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-14 12:12:55 +0100 |
commit | 5735f03d181cf36aa572fc3110071d92cc1258ed (patch) | |
tree | b7ba2206cc3f53f311ee16dad161fc212221f510 /handbook/introduction.xml | |
parent | 45a26b92e38d89b02e25d50cd70c0b9db17df287 (diff) | |
download | openembedded-core-5735f03d181cf36aa572fc3110071d92cc1258ed.tar.gz openembedded-core-5735f03d181cf36aa572fc3110071d92cc1258ed.tar.bz2 openembedded-core-5735f03d181cf36aa572fc3110071d92cc1258ed.zip |
handbook: Fix typo in last commit
Managed to mangle the command...
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook/introduction.xml')
-rw-r--r-- | handbook/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml index 106689c7af..69b6ab1afe 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -178,7 +178,7 @@ <para> <literallayout class='monospaced'> $ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 -$ tar zjvf poky-green-3.3.tar.bz2 +$ tar xjvf poky-green-3.3.tar.bz2 $ cd green-3.3/ $ source poky-init-build-env $ bitbake poky-image-sato |