We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ea39a commit 64f3929Copy full SHA for 64f3929
1 file changed
README.md
@@ -89,7 +89,7 @@ It is not necessary to specify libraries your subset depends on. In the example,
89
After [building](#building), install with:
90
91
```shell
92
-cmake --install "./build" --prefix "~/.local"
+cmake --install "./build" --prefix "$HOME/.local"
93
```
94
95
## Testing
0 commit comments