mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Update README.md
This commit is contained in:
parent
d1ebc55ed7
commit
452b5c58e8
1 changed files with 3 additions and 3 deletions
|
@ -46,16 +46,16 @@ Optional dependencies:
|
|||
* To use Nu with all possible optional features enabled, you'll also need the following:
|
||||
* on Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev`
|
||||
|
||||
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the nightly compiler via `rustup install nightly`):
|
||||
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the beta compiler via `rustup install beta`):
|
||||
|
||||
```
|
||||
cargo +nightly install nu
|
||||
cargo +beta install nu
|
||||
```
|
||||
|
||||
You can also install Nu with all the bells and whistles (be sure to have installed the [dependencies](https://book.nushell.sh/en/installation#dependencies) for your platform):
|
||||
|
||||
```
|
||||
cargo +nightly install nu --all-features
|
||||
cargo +beta install nu --all-features
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
|
Loading…
Reference in a new issue