Skip to content

Commit

Permalink
docs: fix apt url (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Wissam Youssef <wissam@users.noreply.github.com>
  • Loading branch information
wissam and wissam authored Aug 2, 2022
1 parent df736f8 commit 96c4990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scoop install melt
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
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
Expand Down

0 comments on commit 96c4990

Please sign in to comment.