diff --git a/technical-guide/getting-started.md b/technical-guide/getting-started.md index bc65f64..93de8e5 100644 --- a/technical-guide/getting-started.md +++ b/technical-guide/getting-started.md @@ -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.