Skip to content

Commit

Permalink
readme: set better install prefix for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 31, 2023
1 parent 2a9c79f commit 0d7d033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It's user-friendly, easy to grasp, and easy to implement.

Building is done via CMake:
```sh
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hyprlang -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
```
Install with:
Expand Down

0 comments on commit 0d7d033

Please sign in to comment.