diff --git a/README.md b/README.md index 4f88e6a..516b32b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,26 @@ screenshot Screenshot-capturing utility. Selection isn't fully implemented, so it's disabled for now. +Installation +------------ + +Make sure you have cargo installed. Then run + +``` +cargo install --git https://github.com/iptq/screenshot +``` + +Building from Source +-------------------- + +First, clone this repository. Then, run + +``` +cargo build +``` + +Happy hacking! + Contact -------