Installation¶
git-spice may be installed with a pre-built binary or built from source.
Pre-built binary¶
To install a pre-built binary, take the following steps:
brew install abhinav/tap/git-spice
git clone https://aur.archlinux.org/git-spice-bin.git
cd git-spice-bin
makepkg -si
# Or, with an AUR helper like yay:
yay -S git-spice-bin
Pre-built binaries for other platforms can be found on the GitHub Releases page.
Build from source¶
To build from source, follow these steps:
- Install the Go compiler.
-
Run the following command:
go install go.abhg.dev/gs@latest