diff options
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 +``` |