Updated README.FIRST with up to date instructions.
authorMonty Taylor <mordred@inaugust.com>
Mon, 15 Jun 2009 00:47:58 +0000 (17:47 -0700)
committerMonty Taylor <mordred@inaugust.com>
Mon, 15 Jun 2009 00:47:58 +0000 (17:47 -0700)
README.FIRST

index 389a768df48587e5a65afa4673a369b96a0b68c1..0075f0293c82706dd801a2c23d1acc2ff3ff16f4 100644 (file)
@@ -1,27 +1,28 @@
 Hi!
 
-If you are getting this code from http://hg.tangent.org/libmemcached then
+If you are getting this code from http://launchpad.net/libmemcached then
 continue reading. Otherwise these directions are not for you (well maybe...).
 
-To obtain code from http://hg.tangent.org/libmemcached you will need to issue
-the following command:
+To obtain code from http://bazaar.launchpad.net/libmemcached you will need to
+issue the following command:
 
-hg clone http://hg.tangent.org/libmemcached
+bzr branch lp:libmemcached
 
 Once the tree is cloned you will need to build the "configure" script. You
 can do this by running the script:
 
-./config/bootstrap
+./config/autogen.sh
 
 It will set up all of the files you need to build libmemcached. At that
 point it is just the typical "./configure; make; make test; make install"
 
 For a tarball release do a "make dist" and for an RPM type "make rpm".
 
-For patches either send diffs or make use of hg's ability to do bundles. You
-can read more about this on the hg websites:
+For patches, we prefer you push a branch to launchpad and then submit that 
+branch to be merged. For more information, see:
 
-http://www.selenic.com/mercurial/wiki/
+https://help.launchpad.net/Code/UploadingABranch
+https://help.launchpad.net/Code/Review
 
 Thanks and keep hacking!