From e46e0fab408d55c8aff8464bb314e602196ceba5 Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Tue, 2 Feb 2021 22:42:45 -0600 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81c8d4cc0c..9636e021be 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ cd build cmake ../llvm [options] ``` **Note** that if the installer script was not used, -you must _manually add the build directory to your $PATH variable_. +you must _manually add `build/bin` directory to your $PATH variable_ (as absolute path). Some common options that can be used with CMake are: -- GitLab