Fixed a sentence for ostezer.

Docker-DCO-1.1-Signed-off-by: William Henry <whenry@redhat.com> (github: ipbabble)

	modified:   contrib/man/md/README.md
Upstream-commit: 7922e67870a393417c88c2d27f0e8fac47e4596e
Component: engine
This commit is contained in:
William Henry
2014-04-17 13:52:13 -06:00
committed by Erik Hollensbe
parent aaa3eed5ae
commit 943ce0ecc6

View File

@ -57,7 +57,7 @@ Using this Dockerfile, create a Docker image tagged `fedora/pandoc`:
docker build -t fedora/pandoc .
Once the image is built, run a container using it:
Once the image is built, run a container using the image with *volumes*:
docker run -v /<path-to-git-dir>/docker/contrib/man:/pandoc:rw \
-w /pandoc -i fedora/pandoc /pandoc/md/md2man-all.sh