aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-30 21:51:15 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-30 21:51:15 -0400
commitc2aff87379ded739ac4b6fef492cd692203a36dc (patch)
tree97d95b3a5c3f7b8294c690e617a1d5616a143614 /README.md
parent3a03c4cd2813e93eb787fa0c36b869b295447ca3 (diff)
parent1f4ace01f2d0fdaff46a9ea107d353811c96426e (diff)
downloadfreenode-live-2017-presentation-c2aff87379ded739ac4b6fef492cd692203a36dc.tar
freenode-live-2017-presentation-c2aff87379ded739ac4b6fef492cd692203a36dc.tar.gz
Merge branch 'patch-1' of https://github.com/jish/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 205f23f..827ac67 100644
--- a/README.md
+++ b/README.md
@@ -450,7 +450,7 @@ If you want to add a theme of your own see the instructions here: [/css/theme/RE
## Development Environment
-reveal.js is built using the task-based command line build tool [grunt.js](http://gruntjs.com) ([installation instructions](https://github.com/gruntjs/grunt#installing-grunt)). With Node.js and grunt.js installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes.
+reveal.js is built using the task-based command line build tool [grunt.js](http://gruntjs.com) ([installation instructions](http://gruntjs.com/getting-started#installing-the-cli)). With Node.js and grunt.js installed, you need to start by running ```npm install``` in the reveal.js root. When the dependencies have been installed you should run ```grunt watch``` to start monitoring files for changes.
If you want to customise reveal.js without running grunt.js you can alter the HTML to point to the uncompressed source files (css/reveal.css & js/reveal.js).