X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/03a3182797025b1b55effd05e82b05bd8bee24ce..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/README diff --git a/README b/README index 6eef11f9..1e74f1a7 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 +http://www.sencha.com/products/extjs/license/ + +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