Elixir (programming language)/Installation Guide: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:4614:46, 3 December 2023Elixirfan talk contribs 2,114 bytes +2,114 Created page with "== Installation Guide == === Option 1: Installing Elixir on macOS === # Download the Homebrew package manager by executing the command: <pre><code>brew install</code></pre> # Install Elixir by executing the following command: <pre><code>brew install elixir</code></pre> === Option 2: Installing Elixir on Ubuntu === # Update the package list by running this command: <pre><code>sudo apt-get update</code></pre> # Install the Elixir package by executing the following co..."