This commit is contained in:
Nikola Kubiczek 2022-03-14 22:14:38 +01:00
parent 6752359faa
commit 6ad0fd9c71
Signed by: yaemiku
GPG Key ID: ADC039636B3E4AAB

View File

@ -12,13 +12,12 @@ cli tool for downloading torrents from [nyaa.si](https://nyaa.si), heavily inspi
```sh ```sh
$ nyaa $ nyaa
$ nyaa -q "XYZ" # Search for XYZ (otherwise show search prompt) $ nyaa -q "XYZ" # Search for XYZ (otherwise show search prompt)
$ nyaa -d some-dir # Download to somedir, defaults to $HOME/Downloads $ nyaa -d some/dir # Download to some/dir, defaults to $HOME/Downloads
$ nyaa -a # Show remakes as well
``` ```
## Installation ## Installation
```sh ```sh
$ sudo curl -sL "https://raw.githubusercontent.com/yaemiku/nyaa/main/nyaa" -o /usr/local/bin/nyaa $ sudo curl -sL "https://gitlab.com/yaemiku/nyaa/-/raw/main/nyaa" -o /usr/local/bin/nyaa
$ sudo chmod +x /usr/local/bin/nyaa $ sudo chmod +x /usr/local/bin/nyaa
``` ```