Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajformation committed Oct 28, 2024
1 parent d3f94d7 commit 7facf7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,21 +183,21 @@ Run the following command in your Etherpad folder to upgrade
```sh
git -P tag --contains
```
4. List versions available
3. List versions available
```sh
git -P tag --list "v*" --merged
```
1. Select the version
4. Select the version
```sh
git checkout v2.2.5
git switch -c v2.2.5
```
1. Upgrade Etherpad
5. Upgrade Etherpad
```sh
./bin/run.sh
```
1. Stop with [CTRL-C]
2. Restart your Etherpad service
6. Stop with [CTRL-C]
7. Restart your Etherpad service

## Next Steps

Expand Down

0 comments on commit 7facf7d

Please sign in to comment.