aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f8648d..9be0abb 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,17 @@ Start:
```
docker-compose up -d
```
+
+# Upgrade
+
+You can run `./upgrade.sh` to checkout the latest release.
+
+```
+./upgrade.sh
+```
+
+Then run `./prepare.sh`:
+
+```
+sudo ./prepare.sh
+```