fix a bad copy-paste in the changelog

This commit is contained in:
ansuz 2021-03-03 17:54:58 +05:30
parent 022ecc3947
commit 60979a1f5c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Since early in the pandemic we've been serving a custom home page on CryptPad.fr
To update from 4.1.0 to 4.2.0:
1. Stop your server
2. Get the latest code from the 4.1.0 tag (`git fetch origin && git checkout 4.1.0`, or just `git pull origin main`)
2. Get the latest code from the 4.2.0 tag (`git fetch origin && git checkout 4.2.0`, or just `git pull origin main`)
3. Install the latest dependencies with `bower update` and `npm i`
4. Restart your server