Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Nov 30, 2019
1 parent b278184 commit 796c0e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '2'

services:
tg-captcha-bot:
image: mxssl/tg-captcha-bot:v1.0.7
image: mxssl/tg-captcha-bot:v1.0.8
volumes:
- ./config.toml:/config.toml
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions INSTALL-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cd tg-captcha-bot
2. Download bot binary and move it to needed directory

```bash
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.0.7/tg-captcha-bot_1.0.7_linux_amd64.tar.gz
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.0.8/tg-captcha-bot_1.0.8_linux_amd64.tar.gz

tar xvzf tg-captcha-bot_1.0.7_linux_amd64.tar.gz
tar xvzf tg-captcha-bot_1.0.8_linux_amd64.tar.gz

mv tg-captcha-bot /usr/local/bin/tg-captcha-bot

Expand Down

0 comments on commit 796c0e1

Please sign in to comment.