From 6059eda83102edf3f88ece3d73d1efd874440249 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 24 Oct 2018 15:33:14 -0700 Subject: [PATCH] Update webserver requirements. --- README.md | 9 +++++++-- server/ui/src/index.tsx | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db281f2..b26cf01 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,14 @@ Made with [Rust](https://www.rust-lang.org), [ripgrep](https://github.com/BurntS ### Running -To find torrents, run `./search.sh "bleh season 1"` ``` +git clone https://gitlab.com/dessalines/torrents.csv +cd torrents.csv +./search.sh "bleh season 1" +``` + +``` +... bleh season 1 (1993-) seeders: 33 size: 13GiB @@ -35,7 +41,6 @@ bleh season 1 (1993-) ### Requirements - Rust -- ripgrep - Yarn ### Running diff --git a/server/ui/src/index.tsx b/server/ui/src/index.tsx index 9cb9a36..81e2037 100644 --- a/server/ui/src/index.tsx +++ b/server/ui/src/index.tsx @@ -101,7 +101,7 @@ class TorrentSearchComponent extends Component { - +