Merge pull request #158 from j4ckzh0u/patch-1

[fix] Update getting-started.md
This commit is contained in:
Andrés Moya 2024-04-24 12:35:52 +02:00 committed by GitHub
commit 6fa930bb00
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 python3 ./manage.py create-profile
docker exec -ti penpot-penpot-backend-1 bash ./manage.sh create-profile
```
**NOTE:** the exact container name depends on your docker version and platform.