diff options
author | Hakim El Hattab | 2014-03-25 21:36:09 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-03-25 21:36:09 +0100 |
commit | 9da952fea30906090446d038430186b11dba7f13 (patch) | |
tree | e0f6910f20b51189b93815974bba70a87e39299d | |
parent | 7285653b019275c83ae256a689652b59d1ed9ab2 (diff) | |
parent | da949c33e0439ec4c4f1d41606c54ac4670c79d9 (diff) |
Merge pull request #832 from craigcitro/patch-1
tweak layout in readme installation markup
-rw-r--r-- | README.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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 |