diff --git a/README.md b/README.md index 38fd1bc..145d212 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,17 @@ which can be set with the `ERL_FLAGS` environment variable: export ERL_FLAGS="-pa /build" +Or if you start CouchDB with `launchctl`, add the following lines to +your `~/Library/LaunchAgents/org.apache.couchdb.plist`'s `EnvironmentVariables` dictionary: + + ERL_FLAGS + -pa /build + If you run a dev instance with CouchDB's `./utils/run` you can also define it on startup: ERL_FLAGS="-pa /build" /utils/run - Using GeoCouch --------------