From: Sean Kellogg Date: Fri, 24 Apr 2009 00:14:26 +0000 (-0700) Subject: provide installation instructions X-Git-Tag: 2.2.1^0 X-Git-Url: http://git.ithinksw.org/extjs.git/commitdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc?ds=sidebyside provide installation instructions --- diff --git a/README b/README index 6eef11f9..66d32d5b 100644 --- a/README +++ b/README @@ -1,5 +1,17 @@ +Read This First +--------------- + The ExtJS library is available from this git repository for inclusion as a git-submodule in your project so long as you are using the library in accordance with the ExtJS license: http://extjs.com/products/license.php + +Installation +------------ + +To pull this repository into your own git repository as a git-submodule, +run the following from within the root of your project. Change the public/extjs +portion to relative path where you would like to install ExtJS. + + git submodule add git://github.com/probonogeek/extjs.git public/extjs