From da4808bd4093593b9bf583af2f629beeb089f105 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 22 May 2024 01:54:25 +0200 Subject: [PATCH] fix the repo url in the git clone command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 166ed02..19d7c7f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Read more about testing on Stripe at . Follow the steps below to run locally. ```bash -git clone https://github.com/yunohost/donate -cd donate +git clone https://github.com/YunoHost/pepettes +cd pepettes python3 -m venv venv source venv/bin/activate python3 -m pip install -r requirements.txt