Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit ecc8da9

Browse files
committed
Fix readme for github rendering
Signed-off-by: dduportal <[email protected]>
1 parent 3500595 commit ecc8da9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Docker4Mac, Docker4Windows or a local Linux Docker install)
1616
* If you want to generate the slide-deck in "one shot":
1717
** Clone the repository
1818
** Run the following `make` command:
19-
+
19+
2020
[source,bash]
2121
----
2222
make build
@@ -33,7 +33,7 @@ to get a WYSIWYG experience:
3333

3434
** Clone the repository
3535
** Run the following `make` command:
36-
+
36+
3737
[source,bash]
3838
----
3939
make serve
@@ -50,14 +50,14 @@ of the generated slide deck.
5050

5151
If you already generated the file `./dist/index.html`,
5252
then run the following `make` command:
53-
+
53+
5454
[source,bash]
5555
----
5656
make verify
5757
----
5858

5959
Otherwise, you can run the `all` command ,as the CI process is doing:
60-
+
60+
6161
[source,bash]
6262
----
6363
make all
@@ -67,7 +67,7 @@ make all
6767

6868
If you want to get a shell inside the "build and serve" container,
6969
run the following `make` command:
70-
+
70+
7171
[source,bash]
7272
----
7373
make shell

0 commit comments

Comments
 (0)