From 8dc03020bc2e6873f73a02de8b1235a21cbd5637 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 24 Jun 2024 15:49:58 +0200 Subject: [PATCH] :lipstick: Omit unnecessary './' at registration doc --- technical-guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.