diff options
author | Josh Lubaway <josh.lubaway@gmail.com> | 2013-03-23 16:14:44 -0700 |
---|---|---|
committer | Josh Lubaway <josh.lubaway@gmail.com> | 2013-03-23 16:14:44 -0700 |
commit | 1f4ace01f2d0fdaff46a9ea107d353811c96426e (patch) | |
tree | 85295a37f2e80eb846cbe53beb96ee6762a27a5c /README.md | |
parent | d2cf21028eac378bdefe145fefa6d49841ecea1c (diff) | |
download | fosdem-2018-presentation-1f4ace01f2d0fdaff46a9ea107d353811c96426e.tar fosdem-2018-presentation-1f4ace01f2d0fdaff46a9ea107d353811c96426e.tar.gz |
Update README.md
Changing the link to grunt.js installation instructions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |