Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Jan 21, 2020
1 parent ac944d0 commit 27e8a54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/lint.yml

This file was deleted.

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.8
image: mxssl/tg-captcha-bot:v1.0.9
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.8/tg-captcha-bot_1.0.8_linux_amd64.tar.gz
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.0.9/tg-captcha-bot_1.0.9_linux_amd64.tar.gz

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

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

Expand Down

0 comments on commit 27e8a54

Please sign in to comment.