aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-11-30 11:22:29 +0000
committerAkshay <[email protected]>2019-11-30 11:22:29 +0000
commit208eb458750bbd9d042493abe8fca9b4b9363857 (patch)
treef90ba049cd851f09e13d02241297748cfc2fec47
parentd2194f2bf837070c04f24ae4e91d5572e363a231 (diff)
doc
-rw-r--r--readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0cb95a1..f7083ca 100644
--- a/readme.md
+++ b/readme.md
@@ -7,11 +7,13 @@
7### install 7### install
8 8
9to build `xcursorlocate`, you require the `libxcb-devel` 9to build `xcursorlocate`, you require the `libxcb-devel`
10package. 10package (please follow [these](https://www.rust-lang.org/tools/install) instructions to install `cargo` and `rust`).
11
11```shell 12```shell
12$ git clone https://github.com/nerdypepper/xcursorlocate 13$ git clone https://github.com/nerdypepper/xcursorlocate
13$ cd xcursorlocate 14$ cd xcursorlocate
14$ cargo install --force --path ./ 15$ cargo install --force --path ./
16# make sure to add ~/.cargo/bin to your $PATH
15``` 17```
16 18
17### usage 19### usage