From ad8bd076e974e53cd0f9eab6504d1a05224491f7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 4 Oct 2018 23:48:51 -0700 Subject: [PATCH] Fix instructions. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94f44ee..eaf2995 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ `Torrents.csv` is a vetted database of torrents, consisting of a single, searchable `torrents.csv` file. -An *upload*, consists of making a pull request after running the `add_torrents.sh` script that adds your new unique torrents to the file, after checking that they aren't already there, and that they have seeders. +An *upload*, consists of making a pull request after running the `add_torrents.sh` script, which adds torrents from a directory to the `.csv` file, after checking that they aren't already there, and that they have seeders. To find torrents run `./search.sh "SEARCH"` -To contribute: -- [Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo. +To add your own torrents, run `./add_torrents.sh MY_TORRENTS_DIR` + +## Instructions + +[Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo. ```sh git clone https://gitlab.com/[MY_USER]/torrents.csv cd torrents.csv @@ -24,5 +27,6 @@ infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date # torrents here... ``` -`Torrents.csv` will be periodically purged of non-seeded torrents, and potentially sorted. +`Torrents.csv` will be periodically purged of non-seeded torrents, and sorted by seeders descending. + \ No newline at end of file