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

Commit

Permalink
Fix readme for github rendering
Browse files Browse the repository at this point in the history
Signed-off-by: dduportal <[email protected]>
  • Loading branch information
dduportal committed Nov 8, 2019
1 parent 3500595 commit ecc8da9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,7 +33,7 @@ to get a WYSIWYG experience:

** Clone the repository
** Run the following `make` command:
+

[source,bash]
----
make serve
Expand All @@ -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
Expand 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
Expand Down

0 comments on commit ecc8da9

Please sign in to comment.