diff options
author | Hakim El Hattab | 2013-10-11 21:47:45 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-10-11 21:48:02 -0400 |
commit | 421e52d6fbbdde8c56afe16824d2a74f0eb8de88 (patch) | |
tree | c55e02cae4c731f1b2eaaff1a8f41d4871ab1dc7 /README.md | |
parent | e94f62a58fae974fe1c4fb6111007a8c7337749b (diff) |
shell highlight #642
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) 4. Clone the reveal.js repository -``` +```sh $ git clone git@github.com:hakimel/reveal.js.git ``` 5. Navigate to the reveal.js folder -``` +```sh $ cd reveal.js ``` 6. Install dependencies -``` +```sh $ npm install ``` 7. Serve the presentation and monitor source files for changes -``` +```sh $ grunt serve ``` |