summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlan2018-12-13 10:52:12 +0000
committerjvoisin2018-12-15 17:05:32 +0100
commitb755aba8eaf281b77fc5349a54596e9f5dd46849 (patch)
tree75dc87236323654aedab652dfa453e30f1a57c2c /INSTALL.md
parentedce78859b793ffd99c84474a5c77ec05abb24f5 (diff)
Fix debian build instructions
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 71c1c01..945a6ea 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -50,7 +50,7 @@ $ ./mat2
50and if you want to install the über-fancy Nautilus extension: 50and if you want to install the über-fancy Nautilus extension:
51 51
52``` 52```
53# apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev 53# apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev python3-dev build-essential
54$ git clone https://github.com/GNOME/nautilus-python 54$ git clone https://github.com/GNOME/nautilus-python
55$ cd nautilus-python 55$ cd nautilus-python
56$ PYTHON=/usr/bin/python3 ./autogen.sh 56$ PYTHON=/usr/bin/python3 ./autogen.sh