|
|
@ -11,6 +11,7 @@ For setup instructions and AsciiDoc syntax for writing presentations, refer to t |
|
|
|
|
|
|
|
``bash |
|
|
|
docker-compose.yml.sh |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
# Create slides |
|
|
@ -19,6 +20,7 @@ Edit `slides/index.adoc` and run: |
|
|
|
|
|
|
|
```bash |
|
|
|
./run-make-on-container.sh |
|
|
|
``` |
|
|
|
|
|
|
|
That's all! |
|
|
|
|
|
|
@ -28,4 +30,7 @@ That's all! |
|
|
|
Edit "Dockerfile: and create new: |
|
|
|
|
|
|
|
```bash |
|
|
|
docker build -t mytextlab-slides . |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|