From fbc162b9a3c31095c91207b72efcf827b3938034 Mon Sep 17 00:00:00 2001 From: Michael Bensoussan Date: Tue, 3 Nov 2009 05:40:00 +0800 Subject: [PATCH] update the README for more readbility --- README.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index f945b11f..1c2fd436 100644 --- a/README.markdown +++ b/README.markdown @@ -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 @@ -29,17 +29,17 @@ Pull in all the external dependencies (QUnit, Sizzle) for the project. `make jquery` -The standard, uncompressed, jQuery code. +The standard, uncompressed, jQuery code. Makes: ./dist/jquery.js `make min` -A compressed version of jQuery (made the YUI Minifier). +A compressed version of jQuery (made the YUI Minifier). Makes: ./dist/jquery.min.js `make selector` -Builds the selector library for jQuery from Sizzle. +Builds the selector library for jQuery from Sizzle. Makes: ./src/selector.js Finally, you can remove all the built files using the command: @@ -56,5 +56,5 @@ OR `make PREFIX=~/www/ docs` 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 +mailing list, which can be found here: +[http://docs.jquery.com/Discussion](http://docs.jquery.com/Discussion)