mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 10:57:54 +02:00
Make it more obvious that nightly is required
This commit is contained in:
@ -33,13 +33,13 @@ Optional dependencies:
|
||||
To install Nu via cargo:
|
||||
|
||||
```
|
||||
cargo install nu
|
||||
cargo +nightly install nu
|
||||
```
|
||||
|
||||
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:
|
||||
|
Reference in New Issue
Block a user