Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chimney42 committed Feb 5, 2017
1 parent 49c6433 commit 711b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ In the current state, the following data is gathered:
### Setup
Start a couchdb on localhost port 5984, e.g. with [docker](https://docker.com/)

`docker run -d -p 5984:5984 -v $(pwd):/usr/local/var/lib/couchdb --name positronic-brain-couch couchdb`
`docker run -d -p 5984:5984 -v $(pwd)/data:/usr/local/var/lib/couchdb --name positronic-brain-couch couchdb`

Install npm packages

Expand Down

0 comments on commit 711b9f7

Please sign in to comment.