readme typo

This commit is contained in:
Jörn-Michael Miehe 2019-09-24 17:39:07 +02:00
parent 861c888b5e
commit 170e3527bf

View file

@ -2,7 +2,7 @@
[`autodoc`](https://github.com/ldericher/autodoc) is a simple [CI](https://en.wikipedia.org/wiki/Continuous_integration) system optimized for document creation.
In general, any file-sharing solution -- preferably on top of `docker-compose` -- can be made into an automatic document distribution system by adding an `autodoc` instance.
In general, any file-sharing solution preferably on top of `docker-compose` can be made into an automatic document distribution system by adding an `autodoc` instance.
## Quick Start Guide using Docker
@ -25,7 +25,7 @@ The `autodoc` image [available on Docker Hub](https://hub.docker.com/r/ldericher
When deploying an `autodoc` container, just mount your document root to `/docs`. You *should* also set the container's UID and GID. These are seen above.
01. Edit some stuff, save -- and watch the magic happen (and the terminal output).
01. Edit some stuff, save and watch the magic happen (and the terminal output).
On each file change, `autodoc` searches relevant build instruction files (Makefiles etc.) and kicks off build processes accordingly.