An Otter Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Menu
Installation
Configuration
Upgrade
User Guide
FAQ
Customization
Development
Examples
An Otter Wiki
Upgrade
ae8639
Commit
ae8639
2026-08-30 13:35:00
Ralph Thesen
: Fix typos in the upgrade guide
upgrade.md
..
@@ 45,7 45,7 @@
docker compose pull && docker compose up -d
```
-
This will pull the latest image and recreate the container if nececessary, so you can reduce the downtime to a minimum.
+
This will pull the latest image and recreate the container if necessary, so you can reduce the downtime to a minimum.
## podman and podman-compose
@@ 73,7 73,7 @@
git checkout -b $LATEST_RELEASE $LATEST_RELEASE
```
-
When you installed An Otter Wiki in e.g. an virtual environemt `venv` update the venv using:
+
When you installed An Otter Wiki in e.g. a virtual environment `venv` update the venv using:
```
./venv/bin/pip install -U .
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9