summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian2018-09-05 06:29:38 -0700
committerjvoisin2018-09-05 17:42:39 +0200
commit119085f28db71186b5361b6aa8623da2d2ecfd0a (patch)
tree0b02ae998dc23f360a671d732d443ec0717a88a7
parente515d907d787e3768828593cf8f9abc70827f5b2 (diff)
Add missing dependencies for the Nautilus extension to INSTALL.md
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 42ce6eb..e8a6f85 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -38,7 +38,7 @@ $ ./mat2
38and if you want to install the über-fancy Nautilus extension: 38and if you want to install the über-fancy Nautilus extension:
39 39
40``` 40```
41# apt install python-gi-dev 41# apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev
42$ git clone https://github.com/GNOME/nautilus-python 42$ git clone https://github.com/GNOME/nautilus-python
43$ cd nautilus-python 43$ cd nautilus-python
44$ PYTHON=/usr/bin/python3 ./autogen.sh 44$ PYTHON=/usr/bin/python3 ./autogen.sh