aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/README.md b/README.md
index fee083b..de6b601 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+![kjagave logo](./archlinux/kjagave.png)
+
# kjagave
a color picker inspired by agave, but only with the features I actually used
@@ -19,18 +21,27 @@ a color picker inspired by agave, but only with the features I actually used
- gtk3 development libraries
- `xcolor` or `grabc` for screen color picking
-## building
+## installation
+
+### arch linux
+
+```bash
+cd archlinux
+makepkg -si
+```
+
+see `archlinux/README.md` for more details.
+
+### manual build
```sh
cd src
go mod download
-go build -o ./kjagave main.go
+go build -o ../kjagave main.go
```
## running
-from the src/ directory:
-
```bash
./kjagave
```