Update README.md

This commit is contained in:
Jonathan Turner 2020-08-14 16:46:25 +12:00 committed by GitHub
parent 371a951668
commit 84da815b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ cargo install nu
You can also build Nu yourself with all the bells and whistles (be sure to have installed the [dependencies](https://www.nushell.sh/book/en/installation.html#dependencies) for your platform), once you have checked out this repo with git: You can also build Nu yourself with all the bells and whistles (be sure to have installed the [dependencies](https://www.nushell.sh/book/en/installation.html#dependencies) for your platform), once you have checked out this repo with git:
```bash ```bash
cargo build --workspace --features=stable cargo build --workspace --features=extra
``` ```
### Docker ### Docker