X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=README;h=82f52c8b5649a807cb8a6a0447fb4bf2a21e967e;hb=fd5965787dce7b647a28287ce880ffe5cabaa63a;hp=ef597bb39c771d1960baa9408158b6f73a15e134;hpb=c67a5863826771001f009e1ee90262ccb7a2e172;p=be.git diff --git a/README b/README index ef597bb..82f52c8 100644 --- a/README +++ b/README @@ -2,9 +2,9 @@ Bugs Everywhere =============== This is Bugs Everywhere (BE), a bugtracker built on distributed version -control. It works with Arch, Bazaar, Darcs, Git, and Mercurial at the -moment, but is easily extensible. It can also function with no VCS at -all. +control. It works with Arch, Bazaar, Darcs, Git, Mercurial, and Monotone +at the moment, but is easily extensible. It can also function with no +VCS at all. The idea is to package the bug information with the source code, so that bugs can be marked "fixed" in the branches that fix them. So, instead of @@ -14,11 +14,11 @@ numbers, bugs have globally unique ids. Getting BE ========== -BE is available as a bzr repository:: +BE is available as a Git repository:: - $ bzr branch http://bzr.bugseverywhere.org/be + $ git clone git://gitorious.org/be/be.git be -See the homepage_ for details. If you do branch the bzr repo, you'll +See the homepage_ for details. If you do branch the Git repo, you'll need to run:: $ make