aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2022-04-14 17:40:55 -0400
committerGitHub <noreply@github.com>2022-04-14 17:40:55 -0400
commit15b7eb0d92c5533a996b898c07537cb56e4f490b (patch)
tree080fafae4831e189347b0c0d0f08cc3bbdb59e95 /README.md
parent331715c7811bdbad52348822a9ff25baa488cbde (diff)
downloadcleanpath-15b7eb0d92c5533a996b898c07537cb56e4f490b.tar.gz
Installation: Add missing 'cd' call to procedure
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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
+```