Skip to content

Commit 0b2f909

Browse files
fix formatting of cmds, add bower instructions
1 parent fbf7745 commit 0b2f909

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@ If your requirements aren't met by the predefined placeholders, you can always a
1313

1414
By design, this plugin will reject input which doesn't complete the mask. You can bypass this by using a '?' character at the position where you would like to consider input optional. For example, a mask of "(999) 999-9999? x99999" would require only the first 10 digits of a phone number with extension being optional.
1515

16+
17+
Getting the bits
18+
----------------
19+
We generally recommend that you use [bower](http://bower.io) to install jquery.maskedinput plugin, however you can download a copy of the latest release by clicking [this link right here.](https://github.com/digitalBush/jquery.maskedinput/archive/1.3.1.zip)
20+
21+
$ bower install --save jquery.maskedinput
22+
23+
1624
Setting up your Developer Environment
1725
-------------------------------------
1826
jQuery Masked Input uses [NodeJS](http://www.nodejs.org) and [GruntJS](http://www.gruntjs.com) as it's developer platform and build automation tool.
1927

2028
To get your environment setup correctly, you'll need nodejs version 0.8.25 or greater installed. You'll also need to install the grunt command line tool:
2129

22-
$ sudo npm install -g grunt-cli
30+
$ sudo npm install -g grunt-cli
2331

2432
Once node is installed on your system all that you need to do is install the developer dependencies and run the grunt build:
2533

0 commit comments

Comments
 (0)