Skip to content

Commit

Permalink
MB-100: Fix README's Markdown
Browse files Browse the repository at this point in the history
The README contained expressions wrapped in angle brackets, those
weren't correctly rendered by Markdown. They are no wrapped in
code expressions.

Change-Id: I50970c82492a1e1d8e4a0931f22c45f7ef90ac58
Reviewed-on: http://review.couchbase.org/25134
Tested-by: buildbot <build@couchbase.com>
Reviewed-by: Filipe David Borba Manana <fdmanana@gmail.com>
  • Loading branch information
Volker Mische committed Aug 11, 2014
1 parent f07d329 commit c1a9ad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@ This version of GeoCouch needs at least Apache CouchDB 1.3.x.
### Checkout the code

First checkout the source code for Apache CouchDB into a directory that will
be referred to as <path-to-couchdb-source>.
be referred to as `<path-to-couchdb-source>`.

Then checkout the GeoCouch source:

git clone -b newvtree https://github.com/couchbase/geocouch.git

There's a new directory called `geocouch` created. From now on this directory
will be referred to as <path-to-geocouch-source>.
will be referred to as `<path-to-geocouch-source>`.


### Build instructions

Make sure you have built Apache CouchDB from source including `make dev`. So
go to your <path-to-couchdb-source> and run:
go to your `<path-to-couchdb-source>` and run:

./bootstrap
./configure
Expand Down Expand Up @@ -92,7 +92,7 @@ The tests can either be run from the command line or the browser.
#### From command line

From the command line the easiest way is to use the supplied runner script.
From within the <path-to-geocouch-source>:
From within the `<path-to-geocouch-source>`:

cd gc-couchdb
./utils/runjstests.sh <path-to-couchdb-source>/test/javascript/run ./share/www/script/test
Expand All @@ -102,7 +102,7 @@ From within the <path-to-geocouch-source>:

To run it from the browser first copy the JavaScript tests into the same directory as the other Apache CouchDB tests:

cp <path-to-geocouch-source>/gc-couchdb/share/www/script/test/* <path-to-couchdb-source>/share/www/script/test/
cp <path-to-geocouch-source>/gc-couchdb/share/www/script/test/* <path-to-couchdb-source>/share/www/script/test/

Then add the tests to `<path-to-couchdb-source>/share/www/script/couch_tests.js`

Expand Down

0 comments on commit c1a9ad2

Please sign in to comment.