Skip to content

Commit cdddb8c

Browse files
authored
Merge pull request #95 from loleg/patch-1
Update README.md
2 parents 1b55846 + f92e212 commit cdddb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ With this image you can generate a new Decidim application:
9696
```bash
9797
APP_NAME=HelloWorld
9898
IMAGE=ghcr.io/decidim/decidim-generator:latest
99-
docker run -it -v "$(pwd):/code" ${IMAGE} ${APP_NAME}
99+
docker run -it -v "$(pwd):/code" ${IMAGE} decidim ${APP_NAME}
100100
sudo chown -R $(whoami): ${APP_NAME}
101101
```
102102

0 commit comments

Comments
 (0)