Skip to content

Commit

Permalink
fix the repo url in the git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed May 21, 2024
1 parent c2b4a31 commit da4808b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da4808b

Please sign in to comment.