diff options
author | Douglas Neiner <doug@pixelgraphics.us> | 2010-06-14 11:25:22 -0400 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-06-19 22:29:49 -0700 |
commit | c2976e68ff043ebf61bbbaad019667eabdb07211 (patch) | |
tree | 3a333e2e6f02caa4d71741c7d37d51779738c336 /README.md | |
parent | 4e337f504e623646f36785b25222b7f7392fbd46 (diff) | |
download | jquery-c2976e68ff043ebf61bbbaad019667eabdb07211.tar.gz jquery-c2976e68ff043ebf61bbbaad019667eabdb07211.zip |
Minor changes to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -3,9 +3,8 @@ What you need to build your own jQuery --------------------------------------- -* Make sure that you have Java installed (if you want to build a minified version of jQuery). -If not, go to this page and download "Java Runtime Environment (JRE) 5.0" -[http://java.sun.com/javase/downloads/index.jsp](http://java.sun.com/javase/downloads/index.jsp) +* Make sure that you have Java installed (if you want to build a minified version of jQuery). +If not, [go to this page](http://java.sun.com/javase/downloads/index.jsp) and download "Java Runtime Environment (JRE) 5.0" Build Options -------------- @@ -14,9 +13,9 @@ You now have **three** options for building jQuery: * **`make`**: If you have access to common UNIX commands (like `make`, `mkdir`, `rm`, `cat`, and `echo`) then simply type `make` to build all the components. -* **`rake`**: If you have Ruby Rake installed, you can simply type `rake` to build all the components. This method works on both Windows and UNIX/Linux systems. +* **`rake`**: If you have Ruby Rake installed, you can simply type `rake` to build all the components. This method works on both Windows and UNIX/Linux systems (with Rake installed). -* **`ant`**: If you have Ant installed (or are on Windows and don't have access to make). You can download Ant from here: [http://ant.apache.org/bindownload.cgi](http://ant.apache.org/bindownload.cgi). +* **`ant`**: If you have Ant installed (or are on Windows and don't have access to make). You can download Ant from here: [http://ant.apache.org/bindownload.cgi]. How to build your own jQuery ----------------------------- |