diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2022-04-14 17:40:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 17:40:55 -0400 |
commit | 15b7eb0d92c5533a996b898c07537cb56e4f490b (patch) | |
tree | 080fafae4831e189347b0c0d0f08cc3bbdb59e95 /README.md | |
parent | 331715c7811bdbad52348822a9ff25baa488cbde (diff) | |
download | cleanpath-15b7eb0d92c5533a996b898c07537cb56e4f490b.tar.gz |
Installation: Add missing 'cd' call to procedure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 +``` |