diff --git a/README.md b/README.md index 59f92ce..4f0760a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ Master XSLT stylesheets for the INFO database authoring framework. +To install: + + % git clone https://github.com/Otago-InfoSci-Database/XML.git + % cd XML + % make + +You’ll need to have the XML Entity Resolver set up with a catalog that includes the generated `.xsl` files in this directory. + To update: -Clone from GitHub - + % git pull % make Documents that use the framework depend on the master stylesheets, and so will automatically rebuild from scratch the next time they are built. -Most of the real stylesheet code is in the `modules` directory. +Most of the actual stylesheet code is in the `modules` directory.