readme tidy up - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 625e54da22d4fb44f2096328200a2bd9d1fe53bc
(DIR) parent c0a7141683eb188aa0b082f51bde05a300efd72a
(HTM) Author: Jay Scott <jay@jayscott.co.uk>
Date: Sun, 25 Jun 2017 19:08:21 +0100
readme tidy up
Diffstat:
M README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -15,12 +15,12 @@ docker pull mongo
Run the docker image in a throw away container.
```bash
-docker run -p 27017:27017 -ti --rm mongo`
+docker run -p 27017:27017 -ti --rm mongo
```
Seed the data using mongo-import tool.
```bash
-mongoimport --db seedlinux --collection torrents --drop --file ./data/dataset.json`
+mongoimport --db seedlinux --collection torrents --drop --file ./data/dataset.json
```
### Stuff used to make this: