From bc292a20089c525436eab07590e2e998fbfec075 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 26 Aug 2013 22:24:17 -0700 Subject: [PATCH] update readme for installing Bower --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2c7399d..ea0001f 100644 --- a/readme.md +++ b/readme.md @@ -10,9 +10,9 @@ Getting Set Up You will need [Git][git], [Node][node], and NPM installed. For clarification, please view the [jQuery readme][jq-readme], which requires a similar setup. -Also, you will need to have the [Grunt][grunt] build system installed globally (`-g`) on your system: +Also, you will need the [grunt-cli][grunt-cli] and [bower][bower] packages installed globally (`-g`) on your system: - npm install -g grunt-cli + npm install -g grunt-cli bower Then, clone FullCalendar's git repo: @@ -54,5 +54,6 @@ When fixing a bug or writing a feature, please make a corresponding HTML file in [fc-homepage]: http://arshaw.com/fullcalendar/ [git]: http://git-scm.com/ [node]: http://nodejs.org/ -[grunt]: http://gruntjs.com/ +[grunt-cli]: http://gruntjs.com/getting-started#installing-the-cli +[bower]: http://bower.io/ [jq-readme]: https://github.com/jquery/jquery/blob/master/README.md#what-you-need-to-build-your-own-jquery \ No newline at end of file