Install Wrestic
Let’s see how to install Wrestic in Linux.
To achieve this we have the following options, choose the one that best suits you.
Install with cargo
cargo install wrestic
Install Wrestic as a binary
curl -sL $(curl -s https://api.github.com/repos/alvaro17f/wrestic/releases/latest | grep browser_download_url | cut -d '"' -f 4) | sudo tar zxf - -C /usr/bin --overwrite
Build Wrestic from source
git clone https://github.com/alvaro17f/wrestic.gitcd wresticcargo build --releasesudo cp target/release/wrestic /usr/bin