Installation¶
Docker¶
homebrew tap¶
apt¶
echo 'deb [trusted=yes] https://pkg.jippi.dev/apt/ * *' | sudo tee /etc/apt/sources.list.d/scm-engine.list
sudo apt update
sudo apt install scm-engine
yum¶
echo '[scm-engine]
name=scm-engine
baseurl=https://pkg.jippi.dev/yum/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/scm-engine.repo
sudo yum install scm-engine
snapcraft¶
scoop¶
aur¶
deb, rpm and apk packages¶
Download the .deb
, .rpm
or .apk
packages from the releases page and install them with the appropriate tools.