mirror of
https://github.com/nushell/nushell
synced 2024-11-14 17:07:07 +00:00
Merge pull request #433 from yaahc/master
Make it more obvious that nightly is required
This commit is contained in:
commit
7639fac1e7
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ Optional dependencies:
|
||||||
To install Nu via cargo:
|
To install Nu via cargo:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install nu
|
cargo +nightly install nu
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also install Nu with all the bells and whistles:
|
You can also install Nu with all the bells and whistles:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install nu --features rawkey,clipboard
|
cargo +nightly install nu --features rawkey,clipboard
|
||||||
```
|
```
|
||||||
|
|
||||||
The following optional features are currently supported:
|
The following optional features are currently supported:
|
||||||
|
|
Loading…
Reference in a new issue