| Updating README file. - seedlinux - Torrent indexing tool opensource torrents w… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit d5d9a3f330c2187f3e2ddbbc70ad22469bc11637 | |
| parent ce65210ce09947fbd735f56bd0da2454aa1c6218 | |
| Author: Jay Scott <[email protected]> | |
| Date: Wed, 5 May 2021 20:42:55 +0100 | |
| Updating README file. | |
| Diffstat: | |
| A README | 14 ++++++++++++++ | |
| D README.md | 31 -----------------------------… | |
| 2 files changed, 14 insertions(+), 31 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -0,0 +1,14 @@ | |
| + | |
| +|> seedlinux | |
| + | |
| +Seedlinux is a WIP application to list open source torrents that need | |
| +help with seeders. If you are using MongoDB directly installed on your | |
| +local machine or else where then skip the docker commands and go | |
| +straight for the import command. | |
| + | |
| +usage: | |
| + | |
| + $ docker pull mongo | |
| + $ docker run -p 27017:27017 -ti --rm mongo | |
| + $ mongoimport --db seedlinux --collection torrents --drop --file ./dat… | |
| + | |
| diff --git a/README.md b/README.md | |
| @@ -1,31 +0,0 @@ | |
| -# Seed Linux [ image for MongoDB. | |
| - * [MongoDB Import](https://docs.mongodb.com/getting-started/shell/import-dat… | |
| - * [ExpressJS](https://expressjs.com) web framework. | |
| - * [Semantic UI](https://semantic-ui.com) CSS framework. | |
| - |