Update webserver requirements.
This commit is contained in:
parent
524c6cf3c2
commit
6059eda831
|
@ -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
|
||||
|
|
|
@ -101,7 +101,7 @@ class TorrentSearchComponent extends Component<any, State> {
|
|||
</td>
|
||||
<td class="text-right">
|
||||
<a href={magnetLink(torrent.infohash)}>
|
||||
<i title="magnet link" class="fas fa-fw fa-magnet mr-2"></i>
|
||||
<i title="magnet link" class="fas fa-fw fa-magnet mr-lg-2"></i>
|
||||
</a>
|
||||
<a href={`https://gitlab.com/dessalines/torrents.csv/issues/new?issue[assignee_id]=&issue[milestone_id]=&issue[title]=Report%20Torrent%20infohash%20${torrent.infohash}`}>
|
||||
<i title="Report torrent" class="fas fa-fw fa-flag"></i>
|
||||
|
|
Loading…
Reference in New Issue