summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorjvoisin2018-08-26 01:10:48 +0200
committerjvoisin2018-08-26 01:10:48 +0200
commitaba9b72d2c9defc253f954d30dfeb3ae3e46d2cc (patch)
treeb853e870a299263fb56f5cd1834e450637736d97 /INSTALL.md
parent15dd3d84ffb2e9f540af917c90bfb8e3a2f21059 (diff)
Fix some leftovers from the previous commit
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 02eb8d4..1351b6d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -44,7 +44,7 @@ $ cd nautilus-python
44$ PYTHON=/usr/bin/python3 ./autogen.sh 44$ PYTHON=/usr/bin/python3 ./autogen.sh
45$ make 45$ make
46# make install 46# make install
47$ cp ./nautilus/nautilus_mat2.py ~/.local/share/nautilus-python/extensions/ 47$ cp ./nautilus/mat2.py ~/.local/share/nautilus-python/extensions/
48$ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus 48$ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus
49``` 49```
50 50