Merge pull request #199 from Natetronn/patch-1

fix for manage.sh no longer existing
This commit is contained in:
andrés gonzález 2024-06-24 15:48:06 +02:00 committed by GitHub
commit 3fb5e11daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,7 +190,7 @@ If you have registration disabled, you can create additional profiles using the
command line interface:
```bash
docker exec -ti penpot-penpot-backend-1 bash ./manage.sh create-profile
docker exec -ti penpot-penpot-backend-1 python3 ./manage.py create-profile
```
**NOTE:** the exact container name depends on your docker version and platform.