From f3211226cd9ec7d89d52fe19432a40a5f3993bef Mon Sep 17 00:00:00 2001
From: aejjeh <aejjeh@illinois.edu>
Date: Thu, 5 Dec 2019 17:33:26 -0600
Subject: [PATCH] Update README.md

---
 README.md | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 3cac5cadb8..699330517d 100644
--- a/README.md
+++ b/README.md
@@ -14,17 +14,9 @@ You would need to download and install the following components for using AVX an
 
 ## Build
 
+Switch to approx_hpvm
 ```shell
-# Get dependencies
-cd llvm/projects
-git clone https://github.com/llvm-mirror/compiler-rt
-git checkout release_40
-cd ../..
-```
-
-Switch to 4.0 branch
-```shell
-git checkout update_llvm4
+git checkout approx_hpvm
 ```
 
 Build hpvm
-- 
GitLab