mirror of
https://github.com/YunoHost/pepettes.git
synced 2024-09-03 20:06:20 +02:00
fix the repo url in the git clone command
This commit is contained in:
parent
c2b4a31050
commit
da4808bd40
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue