Parcourir la source

Merge pull request #115 from baalexander/patch-1

Adds note about needing rspec to run rake commands.
tags/0.4.0
Jan Lehnardt il y a 14 ans
Parent
révision
4c4d3db560
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      README.md

+ 2
- 1
README.md Voir le fichier

@@ -289,7 +289,8 @@ Or just install it as a RubyGem:
## Plugins for jQuery, Dojo, Yui, CommonJS

This repository lets you build modules for [jQuery][], [Dojo][], [Yui][] and
[CommonJS][] / [Node.js][] with the help of `rake`:
[CommonJS][] / [Node.js][] with the help of `rake`. You may need to install
rspec first by running `gem install rspec`.

Run `rake jquery` to get a jQuery compatible plugin file in the
`mustache-jquery/` directory.


Chargement…
Annuler
Enregistrer