forked from extern/nushell
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
@ -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:
|
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
|
## Docker
|
||||||
|
Loading…
Reference in New Issue
Block a user