diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-31 22:11:41 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-31 22:11:41 -0400 |
commit | 4743bda6eac31d8b2a0c4d9360bbd40a38b28bb9 (patch) | |
tree | 244467708f2a04b45f6ee887412ebed5e02ced2a /docs/centos-installation.markdown | |
parent | dcc22d938b26aceae04fdd2fb91a9a2750ea6305 (diff) |
Update doc
Diffstat (limited to 'docs/centos-installation.markdown')
-rw-r--r-- | docs/centos-installation.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/centos-installation.markdown b/docs/centos-installation.markdown index a4fad4bf..8f8c4d3e 100644 --- a/docs/centos-installation.markdown +++ b/docs/centos-installation.markdown @@ -26,6 +26,7 @@ Install Kanboard: ```bash cd /var/www/html wget http://kanboard.net/kanboard-VERSION.zip +unzip kanboard-VERSION.zip chown -R apache:apache kanboard/data rm kanboard-VERSION.zip ``` |