diff --git a/Installing-on-OpenBSD-7.6.md b/Installing-on-OpenBSD-7.6.md index 7e934fd..19d958b 100644 --- a/Installing-on-OpenBSD-7.6.md +++ b/Installing-on-OpenBSD-7.6.md @@ -10,7 +10,7 @@ Update: Also works on [OpenBSD 7.7](https://openbsd.org/77.html) # Prerequisites -* A fresh installation of [OpenBSD 7.6](https://openbsd.org/76.html) is assumed. +* A fresh installation of [OpenBSD 7.6](https://openbsd.org/76.html) or [OpenBSD 7.7](https://openbsd.org/77.html) is assumed. * The [OpenBSD](https://openbsd.org) host needs to be able to access the Internet to install ports and to access the [pip](https://pypi.org/project/pip/) repository. * Sufficient disk space to install [Python](https://python.org), the [virtual Python environment](https://docs.python.org/3/library/venv.html) and Radicale is assumed. (The needed space is not excessive, so in most cases this will be a non-issue.) * You will need access as `root`, either directly or by using [doas(1)](https://man.openbsd.org/doas) on the host. These instructions assume direct `root` access as indicated by the `#` prompt. A `$` prompt indicates that no `root` access is required for the command.