How to Install ComChan
There are multiple ways to install ComChan.
Install using cargo install
The easiest way is via cargo
# cargo install
cargo install comchan
#cargo binstall
cargo binstall comchan
Or you can download the binary from the latest release
To verify that comchan
has been installed type the below command :
comchan --version
# OR
comchan --help
Install from the AUR
Thanks to Orhun, ComChan now has an Arch package. You can install it using any package manager for arch like yay
or paru
#Using yay
yay -S comchan
# Using paru
paru -S comchan
Install from source
Clone the repository and cd
in ComChan
cargo build --release
cargo run