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
209209** Debian/Ubuntu** (* manual install* )** :**
210210``` bash
211211sudo 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
214214```
215215
216216** Fedora/RHEL/CentOS:**
217217``` bash
218218# 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
220220```
221221
222222** Docker:**
@@ -241,8 +241,8 @@ go get -u heckel.io/replbot
241241** Manual install** (* any x86_64-based Linux* )** :**
242242``` bash
243243# 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
246246```
247247
248248## Building
You can’t perform that action at this time.
0 commit comments