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 { - +