Skip to content

Commit

Permalink
update version (#20)
Browse files Browse the repository at this point in the history
* update version

* update version
  • Loading branch information
alekssamos authored Oct 5, 2022
1 parent 9c28932 commit 3d70778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1/svrusoundbot.exe) and [Linux x64](https://github.com/alekssamos/svrusoundbot/releases/download/v1.1/svrusoundbot).
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).

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.1
docker pull ghcr.io/alekssamos/svrusoundbot:v1.2
```
### 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.1
docker run --env-file .env ghcr.io/alekssamos/svrusoundbot:v1.2
```

Everything is ready!
2 changes: 1 addition & 1 deletion svrusoundbot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"svrusoundbot v1.0"
"svrusoundbot v1.2"

from pyrogram import errors
from pyrogram import Client, filters, idle, StopPropagation
Expand Down

0 comments on commit 3d70778

Please sign in to comment.