Skip to content

Commit

Permalink
docs: add apt/yum repos to readme (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas authored Jul 8, 2022
1 parent 5b6671f commit f92a586
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ scoop install melt

# Nix
nix-env -iA nixpkgs.melt

# 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 melt

# 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 melt
```

You can download a binary or package from the [releases][releases] page.
Expand Down

0 comments on commit f92a586

Please sign in to comment.