From d66e77cf98fb2b7a76f84c9825cec383a699b941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Du=C5=BCy=C5=84ski?= Date: Wed, 11 Nov 2020 23:38:01 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ef08cfa..d4b7d41 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ A tool to make screenshots in a blazingly fast way (with annotations support). # Compilation +1. Install required libraries + +```bash +apt-get install libgtk-3-dev +``` + +2. Install Go dependencies (you may need to adjust your GOPATH) + +```bash +go get -d ./... +``` + +3. Build the tool + ```bash go build ```