Converted Bzr -> Git references in README and doc/*.txt
authorW. Trevor King <wking@drexel.edu>
Thu, 24 Jun 2010 20:16:55 +0000 (16:16 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 24 Jun 2010 20:19:00 +0000 (16:19 -0400)
README
doc/install.txt

diff --git a/README b/README
index ef597bb39c771d1960baa9408158b6f73a15e134..e9164148d510d0537d3c87b5aa538d1b4dd12fa8 100644 (file)
--- a/README
+++ b/README
@@ -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
index 3749189dfb8ed256bcf217dda0e49c45e8e749ff..796d163fc0fe955486f75aa2827a40bba49770c8 100644 (file)
@@ -2,14 +2,14 @@
 Installing BE
 *************
 
-Bazaar repository
-=================
+Git repository
+==============
 
-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
@@ -29,9 +29,9 @@ Release tarballs
 ================
 
 For those not interested in the cutting edge, or those who don't want
-to worry about installing Bazaar, we'll post release tarballs somewhere
-(once we actually make a release).  After you've downloaded the release
-tarball, unpack it with::
+to worry about installing Git, we'll post release tarballs somewhere
+(once we actually make a release).  After you've downloaded the
+release tarball, unpack it with::
 
     $ tar -xzvf be-<VERSION>.tar.gz