Skip to content

Commit

Permalink
Updating which VCS's we support in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein committed Mar 11, 2015
1 parent 0a2f33d commit c1cf2b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@ You should be able to navigate to [http://localhost:6080/](http://localhost:6080

Currently Hound is only tested on MacOS and CentOS, but it should work on any *nix system. There is no plan to support Windows, and we've heard that it fails to compile on Windows, but we would be happy to accept a PR that fixes this!

Right now Hound supports git and mercurial, and SVN support is being added. By default Hound expects git repositories, so to use mercurial you have to specify `"vcs" : "hg"` in the config as shown in [config-example.json](config-example.json).
Hound supports the following version control systems:

* Git - This is the default
* Mercurial - use `"vcs" : "hg"` in the config
* SVN - use `"vcs" : "svn"` in the config
* Bazaar - use `"vcs" : "bzr"` in the config

See [config-example.json](config-example.json) for examples of how to use each VCS.

## Private Repositories

Expand Down

0 comments on commit c1cf2b4

Please sign in to comment.