diff options
| -rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,8 +1,12 @@ -boomer +kj-boomer ===== -a zoomer application for linux. takes a screenshot and lets you pan, zoom, and -shine a flashlight around it. a zig port of the original boomer by tsoding with no frills +a zoomer application for linux... + +takes a screenshot and lets you pan, zoom, and +shine a flashlight around it. + +a zig port of the original boomer by tsoding with no frills. this is a personal re-implementation, so don't expect much. it works on my machine. @@ -64,12 +68,13 @@ install make install -this copies boomer to ~/.local/bin/ by default. set PREFIX to change it: +this copies boomer to ~/.local/bin/ by default. -make install PREFIX=/usr +set PREFIX to change it: + make install PREFIX=/usr license ------- -0BSD
\ No newline at end of file +0BSD |
