From 2a1a507fb9038e62f55b371f9a2cb176643de8d5 Mon Sep 17 00:00:00 2001
From: Dieter Konrad <dkotrada@gmail.com>
Date: Fri, 3 Aug 2018 16:26:05 +0000
Subject: [PATCH] error when executing without ion-shell

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4275a2b7..dcddac15 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Then, it's just a matter of performing one of the following methods:
 ## Install Direct From Git
 
 ```sh
-cargo +nightly install --git https://gitlab.redox-os.org/redox-os/ion/
+cargo +nightly install --git https://gitlab.redox-os.org/redox-os/ion/ ion-shell
 ```
 
 ## Build Locally
-- 
GitLab