1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-18 17:38:47 +01:00

Merge pull request from yaahc/master

Make it more obvious that nightly is required
This commit is contained in:
Jonathan Turner 2019-08-26 11:10:14 +12:00 committed by GitHub
commit 7639fac1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: