projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94f62a
)
shell highlight #642
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 12 Oct 2013 01:47:45 +0000
(21:47 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 12 Oct 2013 01:48:02 +0000
(21:48 -0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 039c504021add399e1b31ad24bedc6b8290124a6..c69d38c34dfce14c205edfbd6389561d219d974f 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-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
```