README: fix asdf setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2026-05-04 21:42:14 +02:00
parent 31816479be
commit 9846e1f77e
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -106,6 +106,9 @@ export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
```bash ```bash
git clone https://git.local-it.org/local-it/mitgliederverwaltung.git mila git clone https://git.local-it.org/local-it/mitgliederverwaltung.git mila
cd mila cd mila
asdf plugin add elixir
asdf plugin add erlang
asdf plugin add just
asdf install asdf install
# Inside the repo folder: # Inside the repo folder: