Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianD authored Nov 11, 2020
1 parent 0542875 commit d66e77c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit d66e77c

Please sign in to comment.