mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-22 20:47:41 +00:00
Added linux install instructions for maintained AUR
This commit is contained in:
parent
2c2145de91
commit
c76a1b982c
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
|
@ -85,6 +85,29 @@ Unlike qBit's sequential, seeking into undownloaded data will prioritise downloa
|
|||
- change what resolution to find torrents in
|
||||
- stream real-time with no waiting for downloads
|
||||
|
||||
## **Linux Installation**
|
||||
|
||||
### Arch
|
||||
|
||||
If you use paru:
|
||||
```bash
|
||||
paru -S miru-bin
|
||||
```
|
||||
|
||||
If you use yay:
|
||||
|
||||
```bash
|
||||
yay -S miru-bin
|
||||
```
|
||||
|
||||
### Debian/Ubuntu
|
||||
|
||||
- Download the `linux-Miru-version.deb` from the [releases](https://github.com/ThaUnknown/miru/releases/latest) page.
|
||||
- Install the deb file with package manager.
|
||||
```bash
|
||||
apt install linux-Miru-*.deb
|
||||
```
|
||||
|
||||
## **Building and Development**
|
||||
|
||||
Dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue