Skip to content

Commit

Permalink
Update "Mirros and nightly builds" section in "Install" (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 11, 2024
1 parent b6263dc commit 68dc644
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Once you download the release, unpack it, and you are ready to run the `elixir`

### Mirrors and nightly builds

The links above point directly to the GitHub release. We also host and mirror precompiled packages and nightly builds globally via `repo.hex.pm` using the following URL scheme:
The links above point directly to the GitHub release. We also host and mirror precompiled packages and nightly builds globally via `builds.hex.pm` using the following URL scheme:

https://builds.hex.pm/builds/elixir/${ELIXIR_VERSION}-otp-${OTP_VERSION}.zip

Expand All @@ -171,6 +171,10 @@ To use nightly for a given Erlang/OTP version (such as 25), use:

https://builds.hex.pm/builds/elixir/main-otp-25.zip

For a list of all builds, use:

https://builds.hex.pm/builds/elixir/builds.txt

## Compiling from source

You can download and compile Elixir in few steps. The first one is to [install Erlang](/install.html#installing-erlang). You will also need [make](https://www.gnu.org/software/make/) available.
Expand Down

0 comments on commit 68dc644

Please sign in to comment.