From 5a642df2d4254c401d8363b98b9b8bf5f21561ff Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 3 Aug 2009 22:48:58 -0700 Subject: [PATCH] Added Development section to README. --- README.markdown | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.markdown b/README.markdown index 95d9f86..3ef9a18 100644 --- a/README.markdown +++ b/README.markdown @@ -507,6 +507,27 @@ at another port, just pass the port number as an argument to `maid`: maid 5999 +## Development + +### Source code + +yst's source code lives on github at . +You can clone the repository with + + git://github.com/jgm/yst.git + +To install the development code once you've checked it out, just do + + cabal install + +(But please stick to the released version if you don't like things to break +unexpectedly!) + +### Reporting bugs + +If you find a bug, please report it using +[the issue tracker on yst's github page](http://github.com/jgm/yst/issues). + [string template]: http://www.stringtemplate.org/ [YAML]: http://www.yaml.org/