decidim / docker

Docker images for decidim
https://decidim.org
12 stars 18 forks source link

Dead link in README.md #88

Closed yorncl closed 3 years ago

yorncl commented 3 years ago

Using the decidim-generator image

With this image you can generate a new Decidim application:

APP_NAME=HelloWorld
IMAGE=ghcr.io/decidim/decidim-generator:latest
docker run -it -v "$(pwd):/code" ${IMAGE} ${APP_NAME}
sudo chown -R $(whoami): ${APP_NAME}

From here on you can follow the steps on the Getting Started guide.

The last link of the README ('Getting Started') seems to point to a dead link : https://github.com/decidim/decidim/blob/develop/docs/getting_started.md

andreslucena commented 3 years ago

Hi @yorncl I didn't see this issue before. It's fixed already, thanks for the report.