Skip to content

Commit

Permalink
Removed duplicate lines from Linux install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesShaeffer authored and jef-n committed Oct 14, 2018
1 parent ae397bf commit 8923aa9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions doc/linux.t2t
Expand Up @@ -204,18 +204,12 @@ Build and install with ninja:
ninja (uses all cores by default; also supports the above described -jX option)
ninja install
```
You can build just the targets you need using, for example :
You can build just the targets you need using, for example:
```
ninja qgis
ninja pycore
```

You can build just the targets you need using, for example:
- ninja qgis
- ninja pycore
-


== Building Debian packages ==

Instead of creating a personal installation as in the previous step you can
Expand Down

0 comments on commit 8923aa9

Please sign in to comment.