[[FerretToc]] = Ferret-Current = You can check out the latest version from subversion. This is only recommended for people helping with the development of Ferret. We are still in the early stages of development so there could be changes in Subversion which break existing code. {{{ svn checkout svn://davebalmain.com/ferret/trunk ferret }}} You will be able to update to the latest version using {{{ svn update }}} Please also have a look at the PatchingGuide in case you want to submit any changes. == Git repository == There is a git repository at [http://github.com/dbalmain/ferret]. = Installing = To install ferret from your checked out copy, simply change into the ruby directory and run rake install. {{{ cd ferret/ruby rake install }}}