Skip to content

Commit 68dc644

Browse files
authored
Update "Mirros and nightly builds" section in "Install" (#1769)
1 parent b6263dc commit 68dc644

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Once you download the release, unpack it, and you are ready to run the `elixir`
159159

160160
### Mirrors and nightly builds
161161

162-
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:
162+
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:
163163

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

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

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

174+
For a list of all builds, use:
175+
176+
https://builds.hex.pm/builds/elixir/builds.txt
177+
174178
## Compiling from source
175179

176180
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.

0 commit comments

Comments
 (0)