From 2a6f080138b651021e5da34ee5951b9107a43187 Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 10 Jul 2024 16:42:18 +0300 Subject: [PATCH] textlab-slides --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bc25234..d07e3d8 100644 --- a/README.md +++ b/README.md @@ -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 . +``` +