summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2014-03-25 21:37:51 +0100
committerHakim El Hattab2014-03-25 21:37:51 +0100
commit17d8f0b77c9ca58e2a2819a41e3bf6e221d48d11 (patch)
tree876635aae5812978bdfe757e9c9229f8eda057c3 /README.md
parenteef1636fd712cb581a4c2280810255e284404e98 (diff)
parent9da952fea30906090446d038430186b11dba7f13 (diff)
merge master into dev
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 086996d..1236355 100644
--- a/README.md
+++ b/README.md
@@ -885,28 +885,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