From e415cf9da68ed100d5634eabfbd1ff98529e22aa Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Fri, 8 Jul 2022 11:58:11 -0400 Subject: [PATCH] docs: add apt/yum repos to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 45bf30ea7..d2cdae1c3 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ pacman -S soft-serve # Nix nix-env -iA nixpkgs.soft-serve + +# Debian/Ubuntu +echo 'deb [trusted=yes] https://repo.charm.sh/apt/ /' | sudo tee /etc/apt/sources.list.d/charm.list +sudo apt update && sudo apt install soft-serve + +# Fedora +echo '[charm] +name=Charm +baseurl=https://repo.charm.sh/yum/ +enabled=1 +gpgcheck=0' | sudo tee /etc/yum.repos.d/charm.repo +sudo yum install soft-serve ``` You can also download a binary from the [releases][releases] page. Packages are