Note that openbsd needs erlang-wx
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 25 Nov 2022 15:24:39 +0000 (15:24 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 25 Nov 2022 15:24:39 +0000 (15:24 +0000)
docs/docs/installation/openbsd_en.md

index 9693467f281926a7a9603e3e52dc1c45be5c71cf..7b20c796a8b41779d9af4396e83ea46795984256 100644 (file)
@@ -12,9 +12,11 @@ For any additional information regarding commands and configuration files mentio
 To install them, run the following command (with doas or as root):
 
 ```
-pkg_add elixir gmake git postgresql-server postgresql-contrib cmake ffmpeg ImageMagick
+pkg_add elixir gmake git postgresql-server postgresql-contrib cmake ffmpeg ImageMagick erlang-wx-25
 ```
 
+(Note that the erlang version may change, it was 25 at the time of writing)
+
 Akkoma requires a reverse proxy, OpenBSD has relayd in base (and is used in this guide) and packages/ports are available for nginx (www/nginx) and apache (www/apache-httpd). Independently of the reverse proxy, [acme-client(1)](https://man.openbsd.org/acme-client) can be used to get a certificate from Let's Encrypt.
 
 #### Optional software