From 44eeef9c03b2309b279c4b2d98a634407b89f2ae Mon Sep 17 00:00:00 2001
From: Zille Huma Kamal <zillehuma.kamal@uwaterloo.ca>
Date: Sat, 29 Jan 2022 12:20:54 +0000
Subject: [PATCH] Update README.md corrected instructions about compiling OS161
 user-level programs

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

diff --git a/README.md b/README.md
index e1b6e08..d5b3c65 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,7 @@ To build and install all of the user-level programs, in the container
 
 You can type
 ```
-# cd cd /os161-1.99/
-# sys161 kernel
+cd /os161-1.99/
 bmake
 bmake install
 ```
-- 
GitLab