[revealjs][skip ci] Update README

This commit is contained in:
drymer 2018-09-11 09:22:47 +02:00
parent 084b295727
commit d1aac0d775
Signed by: drymer
GPG Key ID: A307D64D5DDFDAAD
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Reveal.js
With this image you avoid installing npm, which is always nice. This image will
expect to find your reveal files at `/revealjs/files`. You may use this image
with the next function:
With this image you can use Reveal.js without installing npm, which is always
nice. This image will expect to find your reveal files at `/revealjs/files`.
You may use this image with the next function:
``` bash
reveal () {
@ -10,6 +10,6 @@ reveal () {
sleep 3 && xdg-open http:localhost:8000
}
async &|
docker run -ti --name revealjs --rm -v `pwd`:/revealjs/files/ -p 8000:8000 revealjs
docker run -ti --name registry.daemons.it/revealjs --rm -v `pwd`:/revealjs/files/ -p 8000:8000 revealjs
}
```