Skip to content

Commit

Permalink
chore: Update docker image repository in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H1D committed Jul 9, 2024
1 parent 436686c commit e500eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Keep in mind – one bot instance – one repo. So if you want to create issues
GH_REPO=user/repo
```

4. **Run the bot**. Here is a local example:
4. **Run the bot**. Here is an example:
```sh
docker run --env-file .env <image-repo>/telegram-to-github-bot:latest
docker run --env-file .env ghcr.io/h1d/telegram-to-github-bot:latest
```
5. **Add the bot to your group(s)**
6. **Start creating issues!**

0 comments on commit e500eb0

Please sign in to comment.