From 4a3e6b67dc1a8eaa3bcb81cddaa2b177730804fa Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Fri, 24 Jan 2020 02:22:15 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e710e9aae7..5a0e297e85 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains the source code and documentation for the HPVM Compiler Infrastructure. The README briefly describes how to get started with building and installing HPVM. It also provides a -benchmark suite to test the HPVM infrastructure. +benchmark suite to test the compiler infrastructure. ## Paper @@ -58,8 +58,8 @@ Some common options that can be used with CMake are: In order to manually build and install HPVM, GNU Make can be run using the following. ```shell -make -j<Number of threads> -make installl +make -j<number of threads> +make install ``` With all the aforementioned steps, HPVM should be built, installed and ready for use! -- GitLab