From d8a5fee0305cf1f28c55e9d72ea336fdabb48e4e Mon Sep 17 00:00:00 2001 From: mattbauer Date: Tue, 30 Dec 2008 21:56:49 -0600 Subject: [PATCH] Remove type from README --- README.textile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.textile b/README.textile index 4d2321c..f09e475 100644 --- a/README.textile +++ b/README.textile @@ -6,7 +6,9 @@ h2. Download Currently this library is available via git at: +
    git://github.com/mattbauer/bdb.git
+
h2. Installation @@ -14,15 +16,19 @@ h3. From Git You can check out the latest source from git: - > git clone git://github.com/mattbauer/bdb.git +
+   git clone git://github.com/mattbauer/bdb.git
+
h3. As a Gem At the moment this library is not available on Rubyforge. To install it as a gem, do the following: - > sudo env ARCHFLAGS="-arch i386" gem install mattbauer-bdb --source http://gems.github.com -- --with-db-dir=/usr/local/BerkeleyDB.4.7 - +
+   sudo env ARCHFLAGS="-arch i386" gem install mattbauer-bdb --source http://gems.github.com -- --with-db-dir=/usr/local/BerkeleyDB.4.7
+
+ This assumes you're on OS X and BerkeleyDB wasn't compiled as a universal binary. h2. Sample Usage