From d81878f940fd07db48b4b291cee174c399d914af Mon Sep 17 00:00:00 2001 From: Ariston Lorenzo Date: Sat, 4 Mar 2023 10:32:34 -0500 Subject: [PATCH] Update README with fixed install info Signed-off-by: Ariston Lorenzo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d1aca2..6032d23 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ $ ninja && sudo ninja install ``` > ------------------------------------------------------------------------------ > -> **NOTE**: *By default, CMake's install prefix is* `/usr/local`*. You can change -> change this by invoking something like* `cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -GNinja ..` -> *which changes the install prefix to* `/usr`*. You may change this to your needs.* +> **NOTE**: *By default, Link's install prefix is* `/usr/`*. You can change +> change this by invoking something like* `cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -GNinja ..` +> *which changes the install prefix to* `/usr/local`*. You may change this to your needs.* > > ------------------------------------------------------------------------------ -- 2.11.4.GIT