Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heckel committed Oct 1, 2021
1 parent f2277cc commit 68de1da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@ sudo apt install replbot asciinema
**Debian/Ubuntu** (*manual install*)**:**
```bash
sudo apt install tmux
wget https://github.com/binwiederhier/replbot/releases/download/v0.6.1/replbot_0.6.1_amd64.deb
dpkg -i replbot_0.6.1_amd64.deb
wget https://github.com/binwiederhier/replbot/releases/download/v0.6.2/replbot_0.6.2_amd64.deb
dpkg -i replbot_0.6.2_amd64.deb
```

**Fedora/RHEL/CentOS:**
```bash
# Make sure that "tmux" is installed
rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.6.1/replbot_0.6.1_amd64.rpm
rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.6.2/replbot_0.6.2_amd64.rpm
```

**Docker:**
Expand All @@ -241,8 +241,8 @@ go get -u heckel.io/replbot
**Manual install** (*any x86_64-based Linux*)**:**
```bash
# Make sure that "tmux" is installed
wget https://github.com/binwiederhier/replbot/releases/download/v0.6.1/replbot_0.6.1_linux_x86_64.tar.gz
sudo tar -C /usr/bin -zxf replbot_0.6.1_linux_x86_64.tar.gz replbot
wget https://github.com/binwiederhier/replbot/releases/download/v0.6.2/replbot_0.6.2_linux_x86_64.tar.gz
sudo tar -C /usr/bin -zxf replbot_0.6.2_linux_x86_64.tar.gz replbot
```

## Building
Expand Down

0 comments on commit 68de1da

Please sign in to comment.