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
Installation using winget
Resticprofile can be installed using winget which is included with Windows 10 and 11.
winget install creativeprojects.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.