Update cargo flags (#1295)

* Update cargo flags

See https://github.com/nushell/nushell.github.io/issues/29

* Update to suggested flag
This commit is contained in:
chrisr 2020-01-29 06:44:49 +00:00 committed by GitHub
parent 5b19bebe7d
commit 8ef5c47515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,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:
```
cargo build --all --features=stable
cargo build --workspace --features=stable
```
## Docker