diff --git a/README.md b/README.md
index 09f5d1415ed93f464b16c27b0f4c57e074484ae3..4970eccbacb5ecd9fb30f2dcde065d43b672d6db 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This repository contains miscellaneous supporting materals for HPVM.
 
 ## Paper
 
-[Technical Report](https://arxiv.org/abs/1611.00860)
+[PPoPP'18 paper](http://rsim.cs.illinois.edu/Pubs/17-PPOPP-HPVM.pdf)
 
 ## Dependencies
 You would need to download and install the following components for using AVX and NVIDIA GPUs to speed up your programs
@@ -14,17 +14,14 @@ You would need to download and install the following components for using AVX an
 
 ## Build
 
-Switch to hpvm-dev
+Switch to hpvm-reorg-9
 ```shell
-git checkout hpvm-dev
+git checkout hpvm-reorg-9
 ```
 
 Build hpvm
 ```shell
-mkdir install
-mkdir build && cd build
-cmake ../llvm -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_INSTALL_PREFIX=../install
-make -j<number of threads you want to use to build hpvm>
+bash install.sh
 ```
 
 Build hpvm runtime