From 9846e1f77efdb6b330cbe9603c6987bf38c21831 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 4 May 2026 21:42:14 +0200 Subject: [PATCH] README: fix asdf setup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92b15d9..9fc2f83 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH" ```bash git clone https://git.local-it.org/local-it/mitgliederverwaltung.git mila cd mila +asdf plugin add elixir +asdf plugin add erlang +asdf plugin add just asdf install # Inside the repo folder: