diff --git a/README.md b/README.md index a2e97e1307f5c3845c1477d7c6c1391ecb1674b1..ffa00a96efdd9dcb1e4b5b9ba1a5bd16a59a4561 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Next, to install the database, run the MongoDB server and execute this command ( ``` where `/path/to/` is the path to the dump file of the IRIS collection (provided with the package mongiris in `mongiris/data/dump-iris.bin`). -You may have to create two folders for Mongodb: `data/db` under `PATH/TO/MONGODB/bin`. A tip is to move the dump into that folder and use the hollowing steps: +You may have to create two folders for Mongodb: `data/db` under `PATH/TO/MONGODB/bin`. A tip is to move the dump into that folder and do the following steps: 1. In a first terminal: `./mongod --dbpath=./data/db` (to run mongodb), 2. In a second terminal: `./mongorestore --archive=./data/db/dump-dbinsee.bin` (to restore data from the dump).