Update docs

This commit is contained in:
Frédéric Guillot
2014-05-27 19:36:44 -04:00
parent ea1f1f2740
commit 75ab09e28b
3 changed files with 12 additions and 12 deletions

View File

@@ -25,10 +25,10 @@ Install Kanboard:
```bash
cd /var/www/html
wget http://kanboard.net/kanboard-VERSION.zip
unzip kanboard-VERSION.zip
wget http://kanboard.net/kanboard-latest.zip
unzip kanboard-latest.zip
chown -R apache:apache kanboard/data
rm kanboard-VERSION.zip
rm kanboard-latest.zip
```
Go to `http://your_server/kanboard/`.