We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b55846 + f92e212 commit cdddb8cCopy full SHA for cdddb8c
1 file changed
README.md
@@ -96,7 +96,7 @@ With this image you can generate a new Decidim application:
96
```bash
97
APP_NAME=HelloWorld
98
IMAGE=ghcr.io/decidim/decidim-generator:latest
99
-docker run -it -v "$(pwd):/code" ${IMAGE} ${APP_NAME}
+docker run -it -v "$(pwd):/code" ${IMAGE} decidim ${APP_NAME}
100
sudo chown -R $(whoami): ${APP_NAME}
101
```
102
0 commit comments