aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-04-29 09:26:41 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-04-29 09:26:41 +0200
commit2a79d054d40e79a6e182468c01670eeab353e400 (patch)
treee05b05f42bb6fc954216e9e54ae9753bf897eea5 /README.md
parentce7d494ae9f6516af82d597ed00e3cabd1a1ad55 (diff)
parent3d49b1dea362d3d05ae154d36927121d922207ad (diff)
downloadfosdem-2018-presentation-2a79d054d40e79a6e182468c01670eeab353e400.tar
fosdem-2018-presentation-2a79d054d40e79a6e182468c01670eeab353e400.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index e858216..1effe81 100644
--- a/README.md
+++ b/README.md
@@ -1065,31 +1065,29 @@ Some reveal.js features, like external Markdown and speaker notes, require that
1. Install [Node.js](http://nodejs.org/) (1.0.0 or later)
-2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
-
-4. Clone the reveal.js repository
+1. Clone the reveal.js repository
```sh
$ git clone https://github.com/hakimel/reveal.js.git
```
-5. Navigate to the reveal.js folder
+1. Navigate to the reveal.js folder
```sh
$ cd reveal.js
```
-6. Install dependencies
+1. Install dependencies
```sh
$ npm install
```
-7. Serve the presentation and monitor source files for changes
+1. Serve the presentation and monitor source files for changes
```sh
- $ grunt serve
+ $ npm start
```
-8. Open <http://localhost:8000> to view your presentation
+1. 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 `npm start -- --port 8001`.
### Folder Structure