File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,14 +209,14 @@ sudo apt install replbot asciinema
209
209
** Debian/Ubuntu** (* manual install* )** :**
210
210
``` bash
211
211
sudo apt install tmux
212
- wget https://github.com/binwiederhier/replbot/releases/download/v0.6.1 /replbot_0.6.1_amd64 .deb
213
- dpkg -i replbot_0.6.1_amd64 .deb
212
+ wget https://github.com/binwiederhier/replbot/releases/download/v0.6.2 /replbot_0.6.2_amd64 .deb
213
+ dpkg -i replbot_0.6.2_amd64 .deb
214
214
```
215
215
216
216
** Fedora/RHEL/CentOS:**
217
217
``` bash
218
218
# Make sure that "tmux" is installed
219
- rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.6.1 /replbot_0.6.1_amd64 .rpm
219
+ rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.6.2 /replbot_0.6.2_amd64 .rpm
220
220
```
221
221
222
222
** Docker:**
@@ -241,8 +241,8 @@ go get -u heckel.io/replbot
241
241
** Manual install** (* any x86_64-based Linux* )** :**
242
242
``` bash
243
243
# Make sure that "tmux" is installed
244
- wget https://github.com/binwiederhier/replbot/releases/download/v0.6.1 /replbot_0.6.1_linux_x86_64 .tar.gz
245
- sudo tar -C /usr/bin -zxf replbot_0.6.1_linux_x86_64 .tar.gz replbot
244
+ wget https://github.com/binwiederhier/replbot/releases/download/v0.6.2 /replbot_0.6.2_linux_x86_64 .tar.gz
245
+ sudo tar -C /usr/bin -zxf replbot_0.6.2_linux_x86_64 .tar.gz replbot
246
246
```
247
247
248
248
## Building
You can’t perform that action at this time.
0 commit comments