Skip to content

Update "Mirros and nightly builds" section in "Install" #1769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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