Skip to content

Commit 4e34939

Browse files
authored
Update pre-built-binaries.md
1 parent b25a06b commit 4e34939

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

site/src/docs/installation/pre-built-binaries.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The instructions below are suitable for both end users and CI. These links will
2222

2323
!!! info
2424

25-
The command below assumes that your Rust installation is managed via [rustup](https://rustup.rs). You can extract the archive to a different directory in your PATH if required.
25+
The commands below assume that your Rust installation is managed via [rustup](https://rustup.rs). You can extract the archive to a different directory in your PATH if required.
2626

2727
If you'd like to stay on the 0.9 series to avoid breaking changes (see the [stability policy](../stability/index.md) for more), replace `latest` in the URL with `0.9`.
2828

@@ -72,7 +72,7 @@ The instructions below are suitable for both end users and CI. These links will
7272

7373
!!! info
7474

75-
The command below assumes that your Rust installation is managed via [rustup](https://rustup.rs). You can extract the archive to a different directory in your PATH if required.
75+
The commands below assume that your Rust installation is managed via [rustup](https://rustup.rs). You can extract the archive to a different directory in your PATH if required.
7676

7777
If you'd like to stay on the 0.9 series to avoid breaking changes (see the [stability policy](../stability/index.md) for more), replace `latest` in the URL with `0.9`.
7878

@@ -186,17 +186,18 @@ Install pre-built binaries on other CI systems by downloading and extracting the
186186
The latest nextest release is available at:
187187

188188
- [**get.nexte.st/latest/linux**](https://get.nexte.st/latest/linux) for Linux x86_64, including Windows Subsystem for Linux (WSL)[^glibc]
189+
- [**get.nexte.st/latest/linux-musl**](https://get.nexte.st/latest/linux) for a statically linked Linux x86_64 binary, including Windows Subsystem for Linux (WSL)
189190
- [**get.nexte.st/latest/linux-arm**](https://get.nexte.st/latest/linux-arm) for Linux aarch64[^glibc]
190191
- [**get.nexte.st/latest/mac**](https://get.nexte.st/latest/mac) for macOS, both x86_64 and Apple Silicon
191192
- [**get.nexte.st/latest/windows**](https://get.nexte.st/latest/windows) for Windows x86_64
193+
- [**get.nexte.st/latest/illumos**](https://get.nexte.st/latest/illumos) for illumos x86_64
192194

193195
??? info "Other platforms"
194196

195197
Nextest's CI isn't run on these platforms -- these binaries most likely work but aren't guaranteed to do so.
196198

197199
- [**get.nexte.st/latest/windows-x86**](https://get.nexte.st/latest/windows-x86) for Windows i686
198200
- [**get.nexte.st/latest/freebsd**](https://get.nexte.st/latest/freebsd) for FreeBSD x86_64
199-
- [**get.nexte.st/latest/illumos**](https://get.nexte.st/latest/illumos) for illumos x86_64
200201

201202
These archives contain a single binary called `cargo-nextest` (`cargo-nextest.exe` on Windows). Add this binary to a location on your PATH.
202203

0 commit comments

Comments
 (0)