Quickstart docs: tell them to run MongoDB using 'sudo mongod ...'

This commit is contained in:
Troy McConaghy 2017-05-18 14:41:16 +02:00 committed by Sylvain Bellemare
parent cab2ea11ab
commit 780a9c9bf5

View File

@ -8,7 +8,7 @@ A. Install MongoDB as the database backend. (There are other options but you can
B. Run MongoDB. Open a Terminal and run the command:
```text
$ mongod --replSet=bigchain-rs
$ sudo mongod --replSet=bigchain-rs
```
C. Ubuntu 16.04 already has Python 3.5, so you don't need to install it, but you do need to install some other things: