Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alekssamos committed May 13, 2023
1 parent 499641a commit fbd3cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Available here: [@svrusoundbot](https://t.me/svrusoundbot).

## How to deploy on your server?

There are already compiled executable independent files for [Windows x86](https://github.com/alekssamos/svrusoundbot/releases/download/v1.2/svrusoundbot.exe) and [Linux x64](https://github.com/alekssamos/svrusoundbot/releases/download/v1.2/svrusoundbot).
There are already compiled executable independent files for [Windows x86](https://github.com/alekssamos/svrusoundbot/releases/download/v1.4/svrusoundbot.exe) and [Linux x64](https://github.com/alekssamos/svrusoundbot/releases/download/v1.4/svrusoundbot).

If the file does not run on some Linux systems, do this before starting:
```bash
Expand Down Expand Up @@ -54,7 +54,7 @@ venv/bin/python -m pip install -r requirements.txt
```
#### or from docker container:
```bash
docker pull ghcr.io/alekssamos/svrusoundbot:v1.2
docker pull ghcr.io/alekssamos/svrusoundbot:v1.4
```
### Configuration
* Get bot token from https://t.me/BotFather
Expand All @@ -73,7 +73,7 @@ venv/bin/python svrusoundbot.py
```
#### through docker
```bash
docker run --env-file .env ghcr.io/alekssamos/svrusoundbot:v1.2
docker run --env-file .env ghcr.io/alekssamos/svrusoundbot:v1.4
```

Everything is ready!

0 comments on commit fbd3cd1

Please sign in to comment.