Merge pull request 'Update versions' (#135) from update-0.7.1 into main

Reviewed-on: #135
pull/137/head
KitaitiMakoto 2 years ago
commit b97cdf4a10

@ -2,7 +2,7 @@
title: Updating with Docker
---
To update your dockerized Plume instance, replace the version tag with `v0.5.0` in your `docker-compose.yml`
To update your dockerized Plume instance, replace the version tag with `0.7.1` in your `docker-compose.yml`
Then, run:
```bash

@ -3,7 +3,7 @@ title: Updating from source
---
To update your instance, run these commands with `plume` user if you created it, or with your default user, in the Plume directory.
Replace `DATABASE` with either postgres or sqlite depending on what you are using, and `PLUME_VERSION` with the latest version tag (`0.4.0-alpha-4` currently).
Replace `DATABASE` with either postgres or sqlite depending on what you are using, and `PLUME_VERSION` with the latest version tag (`0.7.1` currently).
```bash
# Get the latest version of the code

Loading…
Cancel
Save