shell highlight #642

This commit is contained in:
Hakim El Hattab 2013-10-11 21:47:45 -04:00
parent e94f62a58f
commit 421e52d6fb
1 changed files with 4 additions and 4 deletions

View File

@ -792,22 +792,22 @@ Some reveal.js features, like external markdown, require that presentations run
2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli) 2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
4. Clone the reveal.js repository 4. Clone the reveal.js repository
``` ```sh
$ git clone git@github.com:hakimel/reveal.js.git $ git clone git@github.com:hakimel/reveal.js.git
``` ```
5. Navigate to the reveal.js folder 5. Navigate to the reveal.js folder
``` ```sh
$ cd reveal.js $ cd reveal.js
``` ```
6. Install dependencies 6. Install dependencies
``` ```sh
$ npm install $ npm install
``` ```
7. Serve the presentation and monitor source files for changes 7. Serve the presentation and monitor source files for changes
``` ```sh
$ grunt serve $ grunt serve
``` ```