diff options
| -rw-r--r-- | docs/docbuild/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docbuild/README.md b/docs/docbuild/README.md new file mode 100644 index 00000000..4631a3b3 --- /dev/null +++ b/docs/docbuild/README.md @@ -0,0 +1,8 @@ +# Building PROJ documentation with proj-docs docker image + +From the base PROJ repository directory: + +```bash +cd docs +docker run -i -t -v $PWD/..:/io -w /io/docs/ osgeo/proj-docs make html +``` |
