Skip to content

Commit

Permalink
Updated readme.md with windows build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Zwirtz committed Mar 21, 2013
1 parent bb34a9d commit cec6b12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ IE 8+, FF 14+, Chrome

You'll need ruby, and Google Closure compiler: `gem install closure-compiler`. Then, just call:

`./bin/build.sh version` where version is the build release. eg: `./bin/build.sh 1.1.2`
* Linux/Mac: `./bin/build.sh version` where version is the build release. eg: `./bin/build.sh 1.1.2`
* Windows: `./bin/build.ps1 version` where version is the build release. eg: `./bin/build.ps1 1.1.2`

They'll be created and dumped in the dist/ directory

Expand Down

0 comments on commit cec6b12

Please sign in to comment.