diff options
author | Akshay <[email protected]> | 2019-11-30 11:22:29 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2019-11-30 11:22:29 +0000 |
commit | 208eb458750bbd9d042493abe8fca9b4b9363857 (patch) | |
tree | f90ba049cd851f09e13d02241297748cfc2fec47 | |
parent | d2194f2bf837070c04f24ae4e91d5572e363a231 (diff) |
doc
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,11 +7,13 @@ | |||
7 | ### install | 7 | ### install |
8 | 8 | ||
9 | to build `xcursorlocate`, you require the `libxcb-devel` | 9 | to build `xcursorlocate`, you require the `libxcb-devel` |
10 | package. | 10 | package (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 |