mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
Update README.md
This commit is contained in:
parent
5dfc81a157
commit
8855c54391
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ 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 beta compiler via `rustup install stable`):
|
||||
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the latest stable compiler via `rustup install stable`):
|
||||
|
||||
```
|
||||
cargo install nu
|
||||
|
|
Loading…
Reference in a new issue