diff --git a/src/plugins/persistence/couch/README.md b/src/plugins/persistence/couch/README.md index b27cb5df44..eaa6f99d34 100644 --- a/src/plugins/persistence/couch/README.md +++ b/src/plugins/persistence/couch/README.md @@ -32,7 +32,7 @@ Add a line to install the CouchDB plugin for OpenMCT: ``` openmct.install(openmct.plugins.CouchDB("http://localhost:5984/openmct")); ``` -6. Enable cors in CouchDB by editing `/usr/local/etc/local.ini` and add: ` +6. Enable cors in CouchDB by editing `~/homebrew/etc/local.ini` and add: ` ``` [chttpd] enable_cors = true @@ -45,4 +45,4 @@ origins = http://localhost:8080 9. Navigate to http://localhost:8080/ and create a random object in OpenMCT (e.g., a `Clock`) and save. You may get an error saying that the objects failed to persist. This is a known error that you can ignore, and will only happen the first time you save. 10. Navigate to: http://127.0.0.1:5984/_utils/#database/openmct/_all_docs 11. Look at the `JSON` tab and ensure you can see the `Clock` object you created above. -12. All done! 🏆 \ No newline at end of file +12. All done! 🏆