Skip to content

Commit 64f3929

Browse files
committed
Fix readme install prefix.
1 parent 24ea39a commit 64f3929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ It is not necessary to specify libraries your subset depends on. In the example,
8989
After [building](#building), install with:
9090

9191
```shell
92-
cmake --install "./build" --prefix "~/.local"
92+
cmake --install "./build" --prefix "$HOME/.local"
9393
```
9494

9595
## Testing

0 commit comments

Comments
 (0)