Skip to content

Commit

Permalink
Fixing wrong path in the README.md compile instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhat committed Apr 20, 2024
1 parent b1e737d commit b351384
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 @@ -19,7 +19,7 @@ Prerequisites:

```
$ git clone https://github.com/kwhat/libuiohook
$ cd uiohook
$ cd libuiohook
$ mkdir build && cd build
$ cmake -S .. -D BUILD_SHARED_LIBS=ON -D BUILD_DEMO=ON -DCMAKE_INSTALL_PREFIX=../dist
$ cmake --build . --parallel 2 --target install
Expand Down

0 comments on commit b351384

Please sign in to comment.