Polish README

This commit is contained in:
Antonin Stefanutti 2020-07-15 18:54:12 +02:00
parent 8432be2e73
commit 0dcc0f5087
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837

View File

@ -269,8 +269,8 @@ $ docker run --rm -t -v `pwd`:/slides -v ~:/home/user astefanutti/decktape /home
* Or, to convert an HTML presentation that's deployed on the local host:
[source,shell]
$ docker run --rm -t --net=host -v `pwd`:/slides astefanutti/decktape http://localhost:8000 slides.pdf
Use `host.docker.internal` instead of `localhost` on macOS and Windows.
+
You may have to use `host.docker.internal` instead of `localhost` on macOS and Windows.
You may want to specify a tag corresponding to a released version of DeckTape for the Docker image, e.g. `astefanutti/decktape:{decktape-version}`.