mirror of
https://github.com/waveplate/img2irc.git
synced 2024-11-05 15:26:46 +00:00
update install methods
This commit is contained in:
parent
dbfc1b1e15
commit
d34b98551e
40
README.md
40
README.md
@ -1,4 +1,4 @@
|
||||
# img2irc (1.0.4)
|
||||
# img2irc (1.0.5)
|
||||
![img2irc preview](https://i.imgur.com/oetHhMB.png)
|
||||
|
||||
img2irc is a utility which converts images to half or quarterblock irc/ansi art, with a lot of post-processing filters
|
||||
@ -9,31 +9,31 @@ 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
|
||||
# how to install
|
||||
|
||||
#### cargo install
|
||||
- ### download the linux binary
|
||||
|
||||
statically linked with musl, works on all x86_64 linux platforms
|
||||
|
||||
cd /tmp
|
||||
wget https://github.com/waveplate/img2irc/releases/download/v1.0.4/img2irc-1.0.4-linux-x86_64.tar.gz
|
||||
sudo tar -xzf img2irc-1.0.4-linux-x86_64.tar.gz -C /usr/local/bin --strip-components=1 img2irc-1.0.4/img2irc
|
||||
rm -rf img2irc-1.0.4-linux-x86_64.tar.gz
|
||||
|
||||
|
||||
cargo install img2irc-rs
|
||||
- ### install with `yay` (arch linux)
|
||||
|
||||
>if you like this project, i would appreciate you giving it a vote on the [aur](https://aur.archlinux.org/packages/img2irc)!
|
||||
|
||||
yay -S img2irc
|
||||
|
||||
the binary will be installed to `~/.cargo/bin/img2irc`
|
||||
- ### install with `cargo`
|
||||
|
||||
cargo install img2irc-rs
|
||||
|
||||
#### statically compiled linux binary (x86_64)
|
||||
the binary will be installed to `~/.cargo/bin/img2irc`
|
||||
|
||||
|
||||
cd /tmp
|
||||
wget https://github.com/waveplate/img2irc/releases/download/v1.0.4/img2irc-1.0.4-linux-x86_64.tar.gz
|
||||
sudo tar -xzf img2irc-1.0.4-linux-x86_64.tar.gz -C /usr/local/bin --strip-components=1 img2irc-1.0.4/img2irc
|
||||
rm -rf img2irc-1.0.4-linux-x86_64.tar.gz
|
||||
|
||||
|
||||
#### arch linux ([aur](https://aur.archlinux.org/packages/img2irc))
|
||||
|
||||
`yay -S img2irc`
|
||||
|
||||
>if you like this project, i would appreciate you giving it a vote on the [aur](https://aur.archlinux.org/packages/img2irc)!
|
||||
|
||||
## usage
|
||||
# usage
|
||||
|
||||
`img2irc <URL or PATH> [OPTIONS]`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user