From 15b7eb0d92c5533a996b898c07537cb56e4f490b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 14 Apr 2022 17:40:55 -0400 Subject: Installation: Add missing 'cd' call to procedure --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 586a31b..ef21cb7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ $ git clone https://github.com/jhunkeler/cleanpath $ cd cleanpath $ mkdir -p build +$ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local $ make install ``` @@ -83,4 +84,4 @@ export PATH #!/usr/bin/env bash # Remove MacPorts and Fink from ALL environment variables eval $(cleanpath -A -r '^/opt/local/.*' '^/opt/sw/.*') -``` \ No newline at end of file +``` -- cgit