Skip to content

Commit

Permalink
Added Development section to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 4, 2009
1 parent 749bef6 commit 5a642df
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.markdown
Expand Up @@ -507,6 +507,27 @@ at another port, just pass the port number as an argument to `maid`:


maid 5999 maid 5999


## Development

### Source code

yst's source code lives on github at <http://github.com/jgm/yst/tree/master>.
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/ [string template]: http://www.stringtemplate.org/
[YAML]: http://www.yaml.org/ [YAML]: http://www.yaml.org/
Expand Down

0 comments on commit 5a642df

Please sign in to comment.