diff options
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 |
commit | 63092a730a0f7f95cab8c3cdf2ef79fcb0957e4e (patch) | |
tree | f40d53e014165828984d7f259a92926869e35abf /INSTALL.md | |
parent | 8cc1c17015b92b86b447c8f8022bf2f0e6a4026e (diff) | |
download | Ishtar-63092a730a0f7f95cab8c3cdf2ef79fcb0957e4e.tar.bz2 Ishtar-63092a730a0f7f95cab8c3cdf2ef79fcb0957e4e.zip |
Update ishtar installation scripts for rpi
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
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 +``` |