diff --git a/README.md b/README.md index 8ed29b091c..e4565bb514 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -cargo build --workspace --features=stable +cargo build --workspace --features=extra ``` ### Docker