Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuzaak committed May 14, 2023
1 parent 73d0f71 commit a0bf53a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ If you only have access to one of the models, you can still continue to use this
1. Clone this repository.

2. Configure the bot in the following two ways:
1. Create `config/config.yml` and fill in the information with reference to `config/config.example.yml`.
2. Set environment variables:
1. **Create `config/config.yml`** and fill in the information with reference to `config/config.example.yml`.
2. or **Set environment variables:**

```bash
export BOT_TOKEN="your bot token"
Expand All @@ -46,14 +46,13 @@ If you only have access to one of the models, you can still continue to use this
- [How to obtain telegram user id](https://bigone.zendesk.com/hc/en-us/articles/360008014894-How-to-get-the-Telegram-user-ID-)

3. Start the bot in the following two ways:

- **Docker** (with docker engine and docker-compose pre-installed):
1. **Docker** (with docker engine and docker-compose pre-installed):

```bash
docker-compose up
```

- **Scripts** (with python >= 3.8 and python3-venv pre-installed):
2. or **Scripts** (with python >= 3.8 and python3-venv pre-installed):

```bash
# create the virtual environment
Expand Down

0 comments on commit a0bf53a

Please sign in to comment.