From c15b5df67423c0917273d86c2cfe59458753e790 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 30 Sep 2019 11:10:19 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7180bccb92..165321a266 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs cargo +nightly install nu ``` -You can also install Nu with all the bells and whistles (be sure to have installed the [dependencies](https://book.nushell.sh/en/installation#dependencies] for your platform): +You can also install Nu with all the bells and whistles (be sure to have installed the [dependencies](https://book.nushell.sh/en/installation#dependencies) for your platform): ``` cargo +nightly install nu --all-features