Installation
The basics for installing the Gowebly CLI on your system are covered in this section.
Go
Download and install Go. Version 1.22
(or higher) is required.
Then, use the go install
command:
bash
go install github.com/gowebly/gowebly/v2@latest
Homebrew
GNU/Linux and Apple macOS users available way to install Gowebly CLI via Homebrew.
Tap a new formula:
bash
brew tap gowebly/tap
Install:
bash
brew install gowebly/tap/gowebly
Manual mode
Download ready-made exe
files for Windows, deb
(for Debian, Ubuntu), rpm
(for CentOS, Fedora), apk
(for Alpine), or Arch Linux packages from the Releases page.
Install it like you normally would.