mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 10:30:55 +01:00
feat: include binstall link
This commit is contained in:
parent
56a671b8ef
commit
c8a5f62773
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ your system. <br /> Once installed, run the following command in your terminal:
|
||||||
cargo install lune --locked
|
cargo install lune --locked
|
||||||
```
|
```
|
||||||
### Binstall
|
### Binstall
|
||||||
`cargo binstall` provides a simple mechanism for installing rust binaries from crates.io, without
|
[`cargo binstall`](https://github.com/cargo-bins/cargo-binstall) provides a simple mechanism for installing rust binaries from crates.io, without
|
||||||
compiling from source unlike `cargo install`. Lune is packaged in a `binstall` compatible way.
|
compiling from source unlike `cargo install`. Lune is packaged in a `binstall` compatible way.
|
||||||
|
|
||||||
With `binstall` installed and in your path, run:
|
With `binstall` installed and in your path, run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue