summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorKevin Decker <kpdecker@gmail.com>2013-07-23 22:12:40 -0700
committerKevin Decker <kpdecker@gmail.com>2013-07-23 22:12:40 -0700
commit163b3f9e51795d979f17187b28454b3ef8cf7455 (patch)
tree25603285385bf2401f3cd9f47c0f5f6d21e40363 /README.markdown
parentb5c4a33ab1f078537cee924d770d0da41a4b0e49 (diff)
parente4929df45473e200e103e2fe86d5fb820131bfa4 (diff)
downloadhandlebars.js-163b3f9e51795d979f17187b28454b3ef8cf7455.zip
handlebars.js-163b3f9e51795d979f17187b28454b3ef8cf7455.tar.gz
handlebars.js-163b3f9e51795d979f17187b28454b3ef8cf7455.tar.bz2
Merge pull request #558 from dmarcotte/update-readme
Update readme to reflect latest rake targets
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 4da7627..a279c1a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -340,7 +340,7 @@ and we will have some benchmarks in the near future.
Building
--------
-To build handlebars, just run `rake release`, and you will get two files
+To build handlebars, just run `rake build`, and you will get two files
in the `dist` directory.
@@ -386,9 +386,9 @@ To build Handlebars.js you'll need a few things installed.
There's a Gemfile in the repo, so you can run `bundle` to install rake
if you've got bundler installed.
-To build Handlebars.js from scratch, you'll want to run `rake compile`
+To build Handlebars.js from scratch, you'll want to run `rake build`
in the root of the project. That will build Handlebars and output the
-results to the dist/ folder. To run tests, run `rake test` or `npm test.
+results to the dist/ folder. To run tests, run `rake spec` or `npm test`.
You can also run our set of benchmarks with `rake bench`.
If you notice any problems, please report them to the GitHub issue tracker at