Installation
Make sure to run Toney init after installation
Linux
Arch Linux (AUR)
yay -S toneymaintained by NucleoFusion
Debian / Ubuntu (.deb)
Install the .deb file here.
sudo apt install ./path/to/debfilemaintained by NucleoFusion
Fedora / RHEL (.dnf)
Install the .dnf file here.
sudo dnf install ./path/to/debfilemaintained by NucleoFusion
Windows
Install the .zip file here.
MacOS
Install the .tar.gz file here.
From Source
With Git Clone
curl -sSL https://raw.githubusercontent.com/NucleoFusion/toney/main/install.sh | bash
cd Toney
go build
./ToneyPrerequisites:
- curl
- go
With Go Install
go install github.com/SourcewareLab/Toney@latest