Windows
Installation using bash
You can use a script if you’re using bash in Windows (via WSL, git bash, etc.)
curl -LO https://raw.githubusercontent.com/creativeprojects/resticprofile/master/install.sh
./install.sh
It will create a bin
directory under your current directory and place resticprofile.exe
in it.
Installation using scoop
Resticprofile can be installed from scoop main bucket:
scoop install resticprofile
Manual installation
- Download the package corresponding to your system and CPU from the release page
- Once downloaded you need to open the archive and copy the binary file
resticprofile
(orresticprofile.exe
) in your PATH.