From 50caaa9f2d28bd0bec632199682bc2baa6e78761 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Sat, 1 Feb 2020 17:17:51 -0600 Subject: [PATCH] Fix README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 837d3ccf67..7efa51e2c3 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,11 @@ 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-release.git/ -cd hpvm-release +cd hpvm-release/hpvm ``` HPVM installer script can be used to download, configure and build HPVM along with LLVM and Clang. ```shell -cd hpvm bash install.sh ``` Specifically, the HPVM installer downloads LLVM, and Clang, copies HPVM source into -- GitLab