🚀 rv Install Scripts

One-command installers for the rv backup tool - a Git-like interface for Restic.

🐧 Linux / 🍎 macOS
curl -fsSL https://alifyasa.github.io/rv/scripts/install-linux-amd64 | bash
🪟 Windows (PowerShell)
iwr https://alifyasa.github.io/rv/scripts/install-windows-amd64.ps1 -UseBasicParsing | iex
🪟 Windows (Command Prompt)
curl -fsSL https://alifyasa.github.io/rv/scripts/install-windows-amd64.bat | cmd

📁 Manual Download

🔧 What These Scripts Do

  1. Download the latest rv binary from GitHub releases
  2. Install to an appropriate directory in your PATH
  3. Make the binary executable
  4. Add to PATH if necessary

📂 Installation Paths

Linux/macOS (in order of preference):

Windows (in order of preference):