From 1435d603dd1ba7558adb30de98ec75bc24efbb66 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Tue, 25 Jan 2022 15:03:39 -0500 Subject: [PATCH] Updated README install guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9250275..0c780ea 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dependencies in Ubuntu/Debian: Build with a custom install prefix: mkdir build && cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/home/$USER/.local + cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local make Optionally install to the prefix: