mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
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:
parent
5b19bebe7d
commit
8ef5c47515
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue