Browse Source

Fix minor issue in docs

Source is distributed in xz format, so the older gzip instruction did
not work.
pull/13/head
Seth Hillbrand 7 years ago
parent
commit
830dced83f
  1. 2
      Documentation/development/compiling.md

2
Documentation/development/compiling.md

@ -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
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
copy on your machine by using the following command:

Loading…
Cancel
Save