| readme tidy up - seedlinux - Torrent indexing tool opensource torrents with sha… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 625e54da22d4fb44f2096328200a2bd9d1fe53bc | |
| parent c0a7141683eb188aa0b082f51bde05a300efd72a | |
| Author: Jay Scott <[email protected]> | |
| Date: Sun, 25 Jun 2017 19:08:21 +0100 | |
| readme tidy up | |
| Diffstat: | |
| M README.md | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| 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.… | |
| +mongoimport --db seedlinux --collection torrents --drop --file ./data/dataset.… | |
| ``` | |
| ### Stuff used to make this: |