Fixed a typo

This commit is contained in:
Profitroll 2023-03-12 22:45:06 +01:00
parent c593be156d
commit 6ed3673682
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ To make this bot run at first you need to have a Python interpreter, Photos API,
2. Install Photos API by following [Photos API's README](https://git.end-play.xyz/profitroll/PhotosAPI/src/branch/master/README.md)
2. Download the bot:
1. `git clone -b dev https://git.end-play.xyz/profitroll/TelegramSender.git` (if you want to use git)
2. `cd ./TelegramSender`
1. `git clone -b dev https://git.end-play.xyz/profitroll/TelegramPoster.git` (if you want to use git)
2. `cd ./TelegramPoster`
3. Install project's dependencies:
`python -m pip install -r requirements.txt`