update the README for more readbility
This commit is contained in:
parent
a1bb3ee44d
commit
fbc162b9a3
1 changed files with 7 additions and 7 deletions
|
@ -6,11 +6,11 @@ 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](http://java.sun.com/javase/downloads/index.jsp)
|
||||
|
||||
* You now have two options for building jQuery, if you have access to common UNIX commands (like `make`, `mkdir`, `rm`, `cat`, and `echo`) then simply type `make` to build all the components.
|
||||
|
||||
* The other option is 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
|
||||
* The other option is 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)
|
||||
If you do have Ant, everytime (in this README) that I say 'make', do 'ant' instead - it works identically (for all intents and purposes).
|
||||
|
||||
How to build your own jQuery
|
||||
|
@ -57,4 +57,4 @@ OR
|
|||
|
||||
If you have any questions, please feel free to ask them on the jQuery
|
||||
mailing list, which can be found here:
|
||||
http://docs.jquery.com/Discussion
|
||||
[http://docs.jquery.com/Discussion](http://docs.jquery.com/Discussion)
|
||||
|
|
Loading…
Reference in a new issue