aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@gmail.com>2014-03-14 23:21:23 -0700
committerCraig Citro <craigcitro@gmail.com>2014-03-14 23:21:23 -0700
commitda949c33e0439ec4c4f1d41606c54ac4670c79d9 (patch)
tree783b642567891deaa204fcf2e0a28511e1347dcf /README.md
parent55dceaaa0a6fa02f76384046ae1ba0d792d7f1ef (diff)
downloadfosdem-2018-presentation-da949c33e0439ec4c4f1d41606c54ac4670c79d9.tar
fosdem-2018-presentation-da949c33e0439ec4c4f1d41606c54ac4670c79d9.tar.gz
Tweak layout in README.md installation markup.
Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 17e1918..d2ce4be 100644
--- a/README.md
+++ b/README.md
@@ -878,28 +878,28 @@ Some reveal.js features, like external markdown and speaker notes, require that
2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
4. Clone the reveal.js repository
-```sh
-$ git clone https://github.com/hakimel/reveal.js.git
-```
+ ```sh
+ $ git clone https://github.com/hakimel/reveal.js.git
+ ```
5. Navigate to the reveal.js folder
-```sh
-$ cd reveal.js
-```
+ ```sh
+ $ cd reveal.js
+ ```
6. Install dependencies
-```sh
-$ npm install
-```
+ ```sh
+ $ npm install
+ ```
7. Serve the presentation and monitor source files for changes
-```sh
-$ grunt serve
-```
+ ```sh
+ $ grunt serve
+ ```
8. Open <http://localhost:8000> to view your presentation
-You can change the port by using `grunt serve --port 8001`.
+ You can change the port by using `grunt serve --port 8001`.
### Folder Structure