From 6ed367368287af8ebf375216a6550d40a11e5017 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 12 Mar 2023 22:45:06 +0100 Subject: [PATCH] Fixed a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d3b3e..4d6dce3 100644 --- a/README.md +++ b/README.md @@ -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`