summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2018-09-11 14:56:34 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2018-09-11 14:56:34 +0000
commit4bebe044a495595f9c3eba4c17c04a91f24eec1e (patch)
tree3eb740a6b02ba59b61eb9cf2a65c287fca2b0f7b /INSTALL.md
parentUpdate install instructions for developers (Mc) (diff)
downloadinkscape-4bebe044a495595f9c3eba4c17c04a91f24eec1e.tar.gz
inkscape-4bebe044a495595f9c3eba4c17c04a91f24eec1e.zip
Update INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b6f49ea20..052a8d935 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,7 +20,7 @@ Running Without Installing
For developers and others who want to run inkscape without installing it:
```bash
-sudo apt-get install ninja ccache
+sudo apt-get install ninja-build ccache
```
```bash