summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97635df..e48d9dd 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ a color picker inspired by agave, but only with the features I actually used
19 19
20- go 1.21 or higher 20- go 1.21 or higher
21- gtk3 development libraries 21- gtk3 development libraries
22- `gotk3` go bindings
22- `xcolor` 23- `xcolor`
23 24
24## installation 25## installation
@@ -37,7 +38,8 @@ see `archlinux/README.md` for more details.
37```sh 38```sh
38cd src 39cd src
39go mod download 40go mod download
40go build -o ../kjagave main.go 41go mod download github.com/gotk3/gotk3
42go build -o kjagave main.go
41``` 43```
42 44
43## running 45## running