summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-15 02:08:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-15 02:08:46 +0200
commit63092a730a0f7f95cab8c3cdf2ef79fcb0957e4e (patch)
treef40d53e014165828984d7f259a92926869e35abf /INSTALL.md
parent8cc1c17015b92b86b447c8f8022bf2f0e6a4026e (diff)
downloadIshtar-63092a730a0f7f95cab8c3cdf2ef79fcb0957e4e.tar.bz2
Ishtar-63092a730a0f7f95cab8c3cdf2ef79fcb0957e4e.zip
Update ishtar installation scripts for rpi
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 96a04f985..d331e32e0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -15,7 +15,7 @@ rm install-ishtar-latest.tar.bz2
# install Ishtar script
cd install
-bash ./install-ishtar.sh
+bash ./ishtar-install.sh
```
```
@@ -46,4 +46,4 @@ rm initial_towns-fr-latest.tar.bz2
cd /srv/ishtar/my_ishtar_instance
./manage.py loaddata /srv/data/towns_norel-fr.json
./manage.py loaddata /srv/data/towns-fr.json
-``` \ No newline at end of file
+```