Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier authored Aug 6, 2021
1 parent 2460604 commit a295b1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ sudo apt install replbot
**Debian/Ubuntu** (*manual install*)**:**
```bash
sudo apt install screen
wget https://github.com/binwiederhier/pcopy/releases/download/v0.1.0/replbot_0.1.0_amd64.deb
wget https://github.com/binwiederhier/replbot/releases/download/v0.1.0/replbot_0.1.0_amd64.deb
dpkg -i replbot_0.1.0_amd64.deb
```

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

**Docker:**
```bash
# Be sure "screen" is installed
docker run --rm -it binwiederhier/replbot
```

Expand All @@ -55,6 +55,7 @@ go get -u heckel.io/replbot

**Manual install** (*any x86_64-based Linux*)**:**
```bash
# Make sure that "screen" is installed
wget https://github.com/binwiederhier/replbot/releases/download/v0.1.0/replbot_0.1.0_linux_x86_64.tar.gz
sudo tar -C /usr/bin -zxf replbot_0.1.0_linux_x86_64.tar.gz replbot
```
Expand Down

0 comments on commit a295b1d

Please sign in to comment.