Installation

Table of Contents


Installation Methods

There are several ways to install gogitup:

Download Binary

Download pre-built binaries from the GitHub Releases page for the latest version.

GitHub release

Choose the appropriate binary for your platform and add it to your PATH.

Install Using Go

Install directly from the Go toolchain:

go install github.com/UnitVectorY-Labs/gogitup@latest

Build from Source

Build the application from source code:

git clone https://github.com/UnitVectorY-Labs/gogitup.git
cd gogitup
go build -o gogitup

Updating with gogitup

Registering with gogitup

Tell gogitup that it should manage the updates for gogitup:

gogitup add gogitup

Updating with gogitup

Update the registered packages using gogitup:

gogitup update