💄 Omit unnecessary './' at registration doc

This commit is contained in:
andy 2024-06-24 15:49:58 +02:00
parent 3fb5e11daa
commit 8dc03020bc

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 python3 manage.py create-profile
```
**NOTE:** the exact container name depends on your docker version and platform.