From 4de59c364d310599171d017870482fc600991773 Mon Sep 17 00:00:00 2001 From: xtekky <98614666+xtekky@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:39:20 +0200 Subject: [PATCH] Update instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6418d222..c31dc88a 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ Docker is for now not available but I would be happy if someone contributes a PR #### Setting up the project: 1. Clone the GitHub repository: ``` -git clone https://github.com/yourusername/your-repo.git +git clone https://github.com/xtekky/gpt4free.git ``` 2. Navigate to the project directory: ``` -cd your-repo +cd gpt4free ``` 3. (Recommended) Create a virtual environment to manage Python packages for your project: ```