From 0bd32c57c190d419844d697da9d0a158411c1f7f Mon Sep 17 00:00:00 2001
From: Ryan Geary <rtgnj42@gmail.com>
Date: Fri, 8 Feb 2019 15:27:40 -0500
Subject: [PATCH] Add consistent prefix in Compile Instructions

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

diff --git a/README.md b/README.md
index 997e0f16..29a282da 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ git clone https://gitlab.redox-os.org/redox-os/ion/
 cd ion
 make
 sudo make install prefix=/usr
-sudo make update-shells
+sudo make update-shells prefix=/usr
 ```
 
 > To compile in DEBUG mode, pass `DEBUG=1` as an argument to `make`
-- 
GitLab