From bb94c1beb03599105e32bfb2223674fe751a4cdf Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 13 May 2018 17:36:49 -0500 Subject: [PATCH] update readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 -------