From daf0a9b4fab4d2bc011fcaeefae7ff56ceb13ffe Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Fri, 24 Jan 2020 05:54:12 -0600
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5a0e297e85..c09d6b2f82 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ git checkout hpvm-release
 
 HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. 
 ```shell
+cd hpvm
 bash install.sh
 ```
 Specifically, the HPVM installer downloads LLVM, Clang, compiler-rt, libcxxabi and lld, copies HPVM source into 
@@ -45,7 +46,8 @@ The default number of threads used to build HPVM is 2.
 
 Alternatively, CMake can be run manually.
 ```shell
-cd hpvm/build
+mkdir build
+cd build
 cmake ../llvm [options]
 ```
 Some common options that can be used with CMake are:
-- 
GitLab