diff --git a/README.md b/README.md index 8ee216b..77f033f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you use a different Telegram bot endpoint, you can set it with TG_API_ENDPOINT=https://api.domain.com/bot%s/%s ``` -To run: +# Podman ```bash podman run -it --name bsky2tg_ \ @@ -40,3 +40,11 @@ podman run -it --name bsky2tg_ \ --env BSKY_PASSWORD= \ git.zio.sh/astra/bsky2tg:latest ``` + + +## Bash + +```bash +source .env +./bsky2tg +``` \ No newline at end of file