From 208eb458750bbd9d042493abe8fca9b4b9363857 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 30 Nov 2019 16:52:29 +0530 Subject: doc --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 0cb95a1..f7083ca 100644 --- a/readme.md +++ b/readme.md @@ -7,11 +7,13 @@ ### install to build `xcursorlocate`, you require the `libxcb-devel` -package. +package (please follow [these](https://www.rust-lang.org/tools/install) instructions to install `cargo` and `rust`). + ```shell $ git clone https://github.com/nerdypepper/xcursorlocate $ cd xcursorlocate $ cargo install --force --path ./ +# make sure to add ~/.cargo/bin to your $PATH ``` ### usage -- cgit v1.2.3