Skip to content

Install

Abdfn edited this page Dec 21, 2021 · 2 revisions

Install resto

Using script

  • Shell
curl -fsSL https://git.io/resto | bash
  • PowerShell
iwr -useb https://git.io/resto-win | iex

then restart your powershell

Go package manager

go install github.com/abdfnx/resto@latest

GitHub CLI

gh extension install abdfnx/gh-resto

Via Docker

docker run -it restohq/resto <CMD>

full container:

docker run -it restohq/resto-full

Build from source

  1. Clone
# git
git clone https://github.com/abdfnx/resto

# github cli
gh repo clone abdfnx/resto

cd resto
  1. Install packages
go mod tidy
  1. Build

unix

make

sudo make install

powershell

& ./scripts/bfs.ps1
Clone this wiki locally