Skip to content

Commit

Permalink
Merge pull request #832 from craigcitro/patch-1
Browse files Browse the repository at this point in the history
tweak layout in readme installation markup
  • Loading branch information
hakimel committed Mar 25, 2014
2 parents 7285653 + da949c3 commit 9da952f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -878,28 +878,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
Expand Down

0 comments on commit 9da952f

Please sign in to comment.