diff --git a/README.md b/README.md index b52d517..2655cf7 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ Presentation and relevant material. Visit on https://gdamaskos.github.io/hello-kubernetes-world/ -## How to get this frontend site up and running -Basic HTML and Git knowledge is required. +## How to get a presentation frontend site up and running +Basic HTML and GIT knowledge is required. - Create a new repository on GitHub - Clone it on locally - Download the latest reveal.js version https://github.com/hakimel/reveal.js/archive/master.zip -- Unzip and move the contents on the new repository folder +- Unzip and move the contents in the new repository folder - Open `index.html` in a browser to view it, edit as you will - Create a git commit and push it to the remote repository - Activate Github Pages for this repository and serve from `main` branch References: -- https://revealjs.com/installation/#basic-setup . +- https://revealjs.com/installation/#basic-setup/ - https://stackoverflow.com/questions/31163633/how-to-host-a-reveal-js-presentation/