fix the repo url in the git clone command

This commit is contained in:
OniriCorpe 2024-05-22 01:54:25 +02:00
parent c2b4a31050
commit da4808bd40

View file

@ -15,8 +15,8 @@ Read more about testing on Stripe at <https://stripe.com/docs/testing>.
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