Details
-
Type:
Documentation
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Labels:None
-
Environment:N/A
Description
On the CouchDb ODM install instructions
(http://www.doctrine-project.org/projects/couchdb_odm/1.0/download/1.0.0ALPHA1)
you have the following line to clone the git repository which specifies a local folder "mongodb_odm" instead of "couchdb_odm".
Just a minor inconvenience when copy and pasting from the site.
Current:
$ git clone git://github.com/doctrine/couchdb-odm.git mongodb_odm
Should be:
$ git clone git://github.com/doctrine/couchdb-odm.git couchdb_odm