Merge pull request 'fix: docs: arch linux split erlang package' (#879) from a/akkoma:develop into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/879
This commit is contained in:
floatingghost 2025-03-31 10:27:26 +00:00
commit 3d032493eb

View file

@ -10,6 +10,7 @@ This guide will assume that you have administrative rights, either as root or a
* `postgresql` * `postgresql`
* `elixir` * `elixir`
* `erlang-headless` or `erlang`
* `git` * `git`
* `base-devel` * `base-devel`
* `cmake` * `cmake`
@ -35,6 +36,7 @@ sudo pacman -Syu
```shell ```shell
sudo pacman -S git base-devel elixir cmake file sudo pacman -S git base-devel elixir cmake file
sudo pacman -S --asdeps erlang-headless
``` ```
### Install PostgreSQL ### Install PostgreSQL