diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2015-01-06 21:04:17 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2015-01-06 21:04:25 -0500 |
commit | d30c482910bf35c5dbaec9c82174d1e6ae8839b5 (patch) | |
tree | 681519b120b1c76144f05d283c8422d08f482c92 /README.md | |
parent | 97cf5280824027c3d4fcdbb4db49c10ad3c62bce (diff) | |
download | jquery-d30c482910bf35c5dbaec9c82174d1e6ae8839b5.tar.gz jquery-d30c482910bf35c5dbaec9c82174d1e6ae8839b5.zip |
Misc: Mac OS is now OS X, thanks @xfq
Closes gh-1970
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or 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://brew.sh/). Once Homebrew is installed, run `brew install git` to install git, +OS X users should install [Homebrew](http://brew.sh/). Once Homebrew is installed, run `brew install git` to install git, and `brew install node` to install Node.js. Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source |