From 668f144f38880441abb2faee9c1476c9880ac3b5 Mon Sep 17 00:00:00 2001 From: Shammel Lee Date: Fri, 28 Jun 2013 16:08:40 -0400 Subject: Updated README.md Added "touch" config property--- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 96b7c0e..c56e5c5 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ Reveal.initialize({ // Enable keyboard shortcuts for navigation keyboard: true, + // Enable touch events for navigation + touch: true, + // Enable the slide overview mode overview: true, -- cgit v1.2.3 From 7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 2 Jul 2013 18:42:37 -0400 Subject: update changelog links --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c56e5c5..04313df 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ reveal.js comes with a broad range of features including [nested slides](https:/ #### More reading: - [Installation](#installation): Step-by-step instructions for getting reveal.js running on your computer. -- [Changelog](https://github.com/hakimel/reveal.js/wiki/Changelog): Up-to-date version history. +- [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history. - [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own! - [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks. @@ -633,7 +633,7 @@ The **basic setup** is for authoring presentations only. The **full setup** give The core of reveal.js is very easy to install. You'll simply need to download a copy of this repository and open the index.html file directly in your browser. -1. Download a copy of reveal.js from +1. Download the latest version of reveal.js from 2. Unzip and replace the example contents in index.html with your own @@ -653,17 +653,22 @@ Some reveal.js features, like external markdown, require that presentations run $ git clone git@github.com:hakimel/reveal.js.git ``` -5. Install dependencies +5. Navigate to the reveal.js folder +``` +$ cd reveal.js +``` + +6. Install dependencies ``` $ npm install ``` -6. Serve the presentation and monitor source files for changes +7. Serve the presentation and monitor source files for changes ``` $ grunt serve ``` -7. Open to view your presentation +8. Open to view your presentation ### Folder Structure -- cgit v1.2.3