Fix minor issue in docs

Source is distributed in xz format, so the older gzip instruction did
not work.
This commit is contained in:
Seth Hillbrand 2018-12-05 23:22:43 -07:00
parent f0c0f04348
commit 830dced83f
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ can down load the source archive from the [KiCad Launchpad][] developers page.
other archive program to extract the source on your system. If you are using tar, use the other archive program to extract the source on your system. If you are using tar, use the
following command: following command:
tar -xzf kicad_src_archive.tar.gz tar -xaf kicad_src_archive.tar.xz
If you are contributing directly to the KiCad project on Launchpad, you can create a local If you are contributing directly to the KiCad project on Launchpad, you can create a local
copy on your machine by using the following command: copy on your machine by using the following command: