summaryrefslogtreecommitdiff
path: root/docs/update.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/update.markdown')
-rw-r--r--docs/update.markdown11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/update.markdown b/docs/update.markdown
index bcbd3e8d..c05f8ed0 100644
--- a/docs/update.markdown
+++ b/docs/update.markdown
@@ -3,8 +3,8 @@ Update
Important: **Always do a backup of your database before upgrading!**
-From the archive
-----------------
+From the archive (stable version)
+---------------------------------
1. Close your session (logout)
2. Rename your actual Kanboard directory (to keep a backup)
@@ -14,9 +14,12 @@ From the archive
6. Remove the old Kanboard directory
-From the repository
--------------------
+From the repository (development version)
+-----------------------------------------
1. Close your session (logout)
2. `git pull`
+3. `composer update`
3. Login and check if everything is ok
+
+Note: This method will install the **current development version**, use at your own risk.