From 492eb2e7be357c7bc4f1f2fed1fe75e57c25c6d3 Mon Sep 17 00:00:00 2001 From: waveplate <116709380+waveplate@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:09:31 -0700 Subject: [PATCH] add quick install section --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3aa166..57b892f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ img2irc is a utility which converts images to half or quarterblock irc/ansi art, the `irc` mode has 99 colours, the `ansi` mode has 256, `ansi24` has 16777216 +## quick install + +statically built releases for the x86_64 platform are available + +``` +cd /tmp +wget https://github.com/waveplate/img2irc/releases/download/v1.0.4/img2irc-1.0.4-linux-x86_64.tar.gz +sudo cp img2irc-1.0.4/img2irc /usr/local/bin +rm -rf img2irc-1.0.4 +``` + ## usage `./img2ansi [OPTIONS]` @@ -19,7 +30,7 @@ the `irc` mode has 99 colours, the `ansi` mode has 256, `ansi24` has 16777216 | `--irc` | irc render type | true | | `--ansi` | 8-bit ansi render type | false | | `--ansi24` | 24-bit ansi render type | false | -| `--qb` | use quarterblocks | false | +| `--qb` | use quarterblocks (experimental) | false | | `-w, --width ` | output image width in columns | 50 | | `-b, --brightness=` | adjust brightness (-255 to 255) | 0 | | `-c, --contrast=` | adjust contrast (-255 to 255) | 0 |