Skip to content

Commit

Permalink
choref: update deb and rpm repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Jan 19, 2023
1 parent 3a71be1 commit 95e52e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ brew install dustinblackman/tab/gomodrun
### Debian / Ubuntu

```sh
curl -s https://dustinblackman.github.io/apt/deb/KEY.gpg | apt-key add -
curl -s https://dustinblackman.github.io/apt/deb/dustinblackman.list > /etc/apt/sources.list.d/dustinblackman.list
curl -s https://apt.dustinblackman.com/KEY.gpg | apt-key add -
curl -s https://apt.dustinblackman.com/dustinblackman.list > /etc/apt/sources.list.d/dustinblackman.list
sudo apt-get update
sudo apt-get install gomodrun
```

### Fedora / CentOS

```sh
yum-config-manager --add-repo https://dustinblackman.github.io/yum/config.repo
yum install gomodrun
dnf config-manager --add-repo https://yum.dustinblackman.com/config.repo
dnf install gomodrun
```

### Nix
Expand Down

0 comments on commit 95e52e6

Please sign in to comment.