diff --git a/README.md b/README.md index 4a08bf0..d9b791a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # Bot for posting reactions to a Telegram post. **Bot puts reactions only to new posts!** -**Sessions must be for Pyrogram!** - ## Launch Instructions: 1. `git clone https://github.com/kanewi11/telegram-reaction-bot.git` 2. `python3 -m venv venv` 3. `source venv/bin/activate` 4. `pip install -r requirements.txt` 5. Add your channel name to `config.py`. -6. Add the session file and its configuration file to the `/sessions` directory. **These two files must have the same name!** Here is an example: +6. `mkdir sessions` +7. **Sessions must be for Pyrogram!** Add the session file and its configuration file to the `/sessions` directory. **These two files must have the same name!** Here is an example: ``` /sessions │ 8888888888.ini @@ -19,4 +18,4 @@ │ 98767242365.json │ 98767242365.session ``` -7. `nohup python reactionbot.py &` \ No newline at end of file +8. `nohup python reactionbot.py &` \ No newline at end of file