diff options
| author | kj_sh604 | 2025-12-20 23:59:56 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-20 23:59:56 -0500 |
| commit | 285fc5db86b5d75f65e640160b860e20cc827596 (patch) | |
| tree | 00cbb9d4dab776a3d04b17f6c72c052e4ce0a876 /README.md | |
| parent | 1aecac2447b2061a09ef75c71eab1b777d36c93f (diff) | |
feat: initial attempt at PKGBUILD
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 ``` |
