From 027b303e333f3796dedc8acc4fca44a053eecad3 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Tue, 13 Apr 2021 13:20:46 -1000 Subject: [PATCH] Update Elixir Installation instructions (#4835) * Update Elixir Installation instructions Link to official installation guide Mark asdf as recommended for easier switching of versions * Remove recommended tag on asdf Co-authored-by: Henrik Lissner --- modules/lang/elixir/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/elixir/README.org b/modules/lang/elixir/README.org index 5301cba0d..44aac20eb 100644 --- a/modules/lang/elixir/README.org +++ b/modules/lang/elixir/README.org @@ -56,6 +56,7 @@ sudo emerge -v dev-lang/elixir #+BEGIN_SRC sh :dir /sudo:: sudo zypper install elixir #+END_SRC +See [[https://elixir-lang.org/install.html]] for other operating systems * Features - Code completion (~:completion company~) - Documentation lookup (~:tools lookup~)