aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2012-01-31 16:02:25 -0500
committertimmywil <timmywillisn@gmail.com>2012-01-31 16:02:25 -0500
commit8ce91e980682e899ac73d963ed72b4ac717289ca (patch)
treecb426758892aec73deea4113635810a4b9cf7e92 /README.md
parent8e4859f0c11503e65c39b4a849bf4e4dee300bba (diff)
downloadjquery-8ce91e980682e899ac73d963ed72b4ac717289ca.tar.gz
jquery-8ce91e980682e899ac73d963ed72b4ac717289ca.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53b9f9df2..ad38c228b 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,16 @@ In the spirit of open source software development, jQuery always encourages comm
3. [Tips For Bug Patching](http://docs.jquery.com/Tips_for_jQuery_Bug_Patching)
+Running the Unit Tests
+--------------------------------------
+
+Run the unit tests with a local server that supports PHP. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:
+
+- Windows: [WAMP download](http://www.wampserver.com/en/)
+- Mac: [MAMP download](http://www.mamp.info/en/index.html)
+- Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
+- [Mongoose (most platforms)](http://code.google.com/p/mongoose/)
+
What you need to build your own jQuery
--------------------------------------