aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4b647f6..eb3c4e4 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,11 @@ make sure to check out the ports tree from openbsd.
[openbsd faq page on ports](https://www.openbsd.org/faq/ports/ports.html#PortsFetch)
-then, clone this repo to `/usr/ports/mystuff/`.
+then, clone this repo to some directory and then copy everything from there
+to `/usr/ports/mystuff/`.
-``` sh
-git clone https://git.aaoth.xyz/la-ninpre/ports /usr/ports/mystuff
-```
-
-then build ports as usual (e.g. `cd /usr/ports/mystuff/<category>/<port> && make && make install`).
+after that you can build ports as usual
+(e.g. `cd /usr/ports/mystuff/<category>/<port> && make && make install`).
**NOTE**: ports from this repo create additional unprivileged users.
users needed for ports need to be specified in `/usr/ports/infrastructure/db/user.list`.
@@ -26,9 +24,9 @@ here's a list of current users:
``` user.list
1100 _forgejo _forgejo www/forgejo
-1101 _gatus _gatus www/gatus
-1102 _inks _inks www/inks
-1103 _alfis _alfis net/alfis
+1101 _gatus _gatus www/gatus
+1102 _inks _inks www/inks
+1103 _alfis _alfis net/alfis
1104 _matterbridge _matterbridge net/matterbridge
1105 _owncast _owncast www/owncast
```