Saltearse al contenido

Instalación de Wrestic

Veamos cómo instalar Wrestic en Linux.
Para ello tenemos las siguientes opciónes, elige la que mejor se adecue a ti.

Instalar mediante cargo

Ventana de terminal
cargo install wrestic

Instalar Wrestic como binario

Ventana de terminal
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

Compilar Wrestic

Requirements:
git
rust

Ventana de terminal
git clone https://github.com/alvaro17f/wrestic.git
cd wrestic
cargo build --release
sudo cp target/release/wrestic /usr/bin