-
Notifications
You must be signed in to change notification settings - Fork 13
Install
Abdfn edited this page Dec 21, 2021
·
2 revisions
- Shell
curl -fsSL https://git.io/resto | bash
- PowerShell
iwr -useb https://git.io/resto-win | iex
then restart your powershell
go install github.com/abdfnx/resto@latest
gh extension install abdfnx/gh-resto
docker run -it restohq/resto <CMD>
full container:
docker run -it restohq/resto-full
- Clone
# git
git clone https://github.com/abdfnx/resto
# github cli
gh repo clone abdfnx/resto
cd resto
- Install packages
go mod tidy
- Build
unix
make
sudo make install
powershell
& ./scripts/bfs.ps1