Updated readme

This commit is contained in:
grez911
2017-02-05 15:09:02 +03:00
parent 5f8d8d262f
commit 5b30fef582
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ A light php web interface to mlmmj. It does not use a database.
cd /tmp
wget https://github.com/grez911/mlmmj-light-web/archive/master.tar.gz
tar xzvf master.tar.gz
mlmmj-light-web/misc/init.sh
mlmmj-light-web-master/misc/init.sh
```
**A slightly harder way:** read init.sh code and do all manually.

View File

@@ -95,7 +95,8 @@ cp -rp * /var/www/html/
cd ..
echo "Removing installation files..."
echo
rm -rf mlmmj-light-web
rm -rf mlmmj-light-web-master
rm -rf master.tar.gz
echo "Setting ownership of files..."
echo
chown mlmmj:mlmmj -R /var/www/html