yay -S commitsVerify what is the latest release here
wget http://github.com/alt-art/commit/releases/download/0.7.0/commit_0.7.0_amd64.deb
apt install ./commit_0.7.0_amd64.debVerify what is the latest release here
wget http://github.com/alt-art/commit/releases/download/0.7.0/commit_0.7.0_x86_64.rpm
dnf install ./commit_0.7.0_x86_64.rpmRequires rust and cargo
git clone http://github.com/alt-art/commit.git
cd commit
cargo build --releasecp target/release/commit /usr/local/binVerify what is the latest release here
mkdir "C:\Program Files\commit"
copy commit.exe "C:\Program Files\commit"setx /M PATH "%PATH%;C:\Program Files\commit"