diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-09-23 15:03:04 -0700 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-09-26 20:51:48 +0400 |
commit | 2e9c1ead76aaae8fde004e3cacde1e36c5fd2104 (patch) | |
tree | 92b99d5cea953b7ab5b7891d08d9d83fb0b6d8e9 /README.md | |
parent | 0cdec797de23555c95a70978f4d9e06f3b041330 (diff) | |
download | jquery-2e9c1ead76aaae8fde004e3cacde1e36c5fd2104.tar.gz jquery-2e9c1ead76aaae8fde004e3cacde1e36c5fd2104.zip |
README: Improve build instructions
Thanks @NickStefan
Closes gh-1663
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -21,10 +21,9 @@ Environments in which to use jQuery What you need to build your own jQuery -------------------------------------- -In order to build jQuery, you need to have Node.js/npm latest and git 1.7 or later. -(Earlier versions might work OK, but are not tested.) +In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported. -For Windows you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/). +For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/). Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git, and `brew install node` to install Node.js. @@ -58,7 +57,7 @@ Make sure you have `grunt` installed by testing: grunt -v ``` -Now by running `grunt` command, in the jquery directory, you could build full version of jQuery, just like with `npm run build` command: +Now by running the `grunt` command, in the jquery directory, you can build a full version of jQuery, just like with a `npm run build` command: ``` grunt ``` |