diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 15 insertions, 4 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 |  | ||
| 2 | |||
| 1 | # kjagave | 3 | # kjagave |
| 2 | 4 | ||
| 3 | a color picker inspired by agave, but only with the features I actually used | 5 | 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 | |||
| 19 | - gtk3 development libraries | 21 | - gtk3 development libraries |
| 20 | - `xcolor` or `grabc` for screen color picking | 22 | - `xcolor` or `grabc` for screen color picking |
| 21 | 23 | ||
| 22 | ## building | 24 | ## installation |
| 25 | |||
| 26 | ### arch linux | ||
| 27 | |||
| 28 | ```bash | ||
| 29 | cd archlinux | ||
| 30 | makepkg -si | ||
| 31 | ``` | ||
| 32 | |||
| 33 | see `archlinux/README.md` for more details. | ||
| 34 | |||
| 35 | ### manual build | ||
| 23 | 36 | ||
| 24 | ```sh | 37 | ```sh |
| 25 | cd src | 38 | cd src |
| 26 | go mod download | 39 | go mod download |
| 27 | go build -o ./kjagave main.go | 40 | go build -o ../kjagave main.go |
| 28 | ``` | 41 | ``` |
| 29 | 42 | ||
| 30 | ## running | 43 | ## running |
| 31 | 44 | ||
| 32 | from the src/ directory: | ||
| 33 | |||
| 34 | ```bash | 45 | ```bash |
| 35 | ./kjagave | 46 | ./kjagave |
| 36 | ``` | 47 | ``` |
