From ecc8da98cddbff352e1838e0cea67e43a2d34732 Mon Sep 17 00:00:00 2001 From: dduportal <1522731+dduportal@users.noreply.github.com> Date: Fri, 8 Nov 2019 14:02:18 +0100 Subject: [PATCH] Fix readme for github rendering Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com> --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 37f6bb7e..6b200afc 100644 --- a/README.adoc +++ b/README.adoc @@ -16,7 +16,7 @@ Docker4Mac, Docker4Windows or a local Linux Docker install) * If you want to generate the slide-deck in "one shot": ** Clone the repository ** Run the following `make` command: -+ + [source,bash] ---- make build @@ -33,7 +33,7 @@ to get a WYSIWYG experience: ** Clone the repository ** Run the following `make` command: -+ + [source,bash] ---- make serve @@ -50,14 +50,14 @@ of the generated slide deck. If you already generated the file `./dist/index.html`, then run the following `make` command: -+ + [source,bash] ---- make verify ---- Otherwise, you can run the `all` command ,as the CI process is doing: -+ + [source,bash] ---- make all @@ -67,7 +67,7 @@ make all If you want to get a shell inside the "build and serve" container, run the following `make` command: -+ + [source,bash] ---- make shell