diff options
-rw-r--r-- | docker/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/README.md b/docker/README.md index 2401588..6b65643 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,9 +2,9 @@ ## Ponzu Docker build -Ponzu is distributed as a docker image **NEEDS LINK**, which aids in docker deployment. The Dockerfile in this directory is used by ponzu to generate the docker image which contains the ponzu executable. +Ponzu is distributed as a [docker image](https://hub.docker.com/r/ponzu/ponzu/), which aids in docker deployment. The Dockerfile in this directory is used by ponzu to generate the docker image which contains the ponzu executable. -### The following are convient commands during development of Ponzu. +### The following are convenient commands during development of Ponzu core. #### Build the docker image. Run from the root of the project. ```bash @@ -19,4 +19,4 @@ pwd # will output the go src directory for ponzu ponzu version # will output the ponzu version # make an edit on your local and rebuild go get github.com/ponzu-cms/ponzu/... -```
\ No newline at end of file +``` |