Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,17 @@ which can be set with the `ERL_FLAGS` environment variable:

export ERL_FLAGS="-pa <geocouch>/build"

Or if you start CouchDB with `launchctl`, add the following lines to
your `~/Library/LaunchAgents/org.apache.couchdb.plist`'s `EnvironmentVariables` dictionary:

<key>ERL_FLAGS</key>
<string>-pa <geocouch>/build</string>

If you run a dev instance with CouchDB's `./utils/run` you can also
define it on startup:

ERL_FLAGS="-pa <geocouch>/build" <vanilla-couch>/utils/run


Using GeoCouch
--------------

Expand Down