diff --git a/README.md b/README.md
index a947d3f83edc5862edf6eb5b045b63aa3817d153..1d26615e3d7bba13e6c25e1c6c2950db67ed7df5 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ The following components are required to be installed on your machine to build H
 
 Checkout HPVM:
 ```shell
-git clone https://gitlab.engr.illinois.edu/llvm/hpvm.git
-git checkout hpvm-release
+git clone https://gitlab.engr.illinois.edu/llvm/hpvm-release.git/
+cd hpvm-release
 ```
 
 HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. 
@@ -71,5 +71,5 @@ We are providing the following benchmarks with HPVM:
 * An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/pipeline).
 * A Camera ISP pipeline, curtosy of our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu), located under [test/cava](/hpvm/test/pipeline).
 
-We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpm/test/regressionTests).
+We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).