Skip to content
Open
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
7 changes: 7 additions & 0 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,16 @@ nix-env -i cargo-dist
#### cargo-binstall

```sh
cargo install cargo-binstall # if you don't have binstall available already
cargo binstall cargo-dist
```

#### cargo-install

```sh
cargo install cargo-dist

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cargo install --locked cargo-dist, as well as mentioning that this will install from source

```

## Build From Source

For users who need to install dist on platforms that we do not yet provide pre-built binaries for, you will need to build from source.
Expand Down
Loading