From 84da815b224671f96bc1e2decec19d8d160660a6 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 14 Aug 2020 16:46:25 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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