diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -1,3 +1,5 @@ + + # 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 ``` |
