summarylogtreecommitdiffstats
path: root/README.md
blob: 69e7f4eb32da262f3886aaf9f43e3b315c36b43f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Streamlink Twitch GUI package for Arch Linux
====

Arch User Repository (AUR) package:
[`streamlink-twitch-gui`][pkg-AUR]


## How to install

Before installing, please make sure that you fully understand [what the AUR is][wiki-AUR] and how [building packages on Arch Linux][wiki-makepkg] works.

```sh
git clone https://aur.archlinux.org/streamlink-twitch-gui.git
cd streamlink-twitch-gui
makepkg -si
```


## Using an AUR helper

If you know how all this works, using an AUR helper tool like `yay` for example is probably a bit quicker:

```sh
yay -S streamlink-twitch-gui
```


## Issues and pull requests

All package related issues belong into the AUR comments section:
[`streamlink-twitch-gui`][pkg-AUR]

Package pull requests can be submitted on GitHub:
https://github.com/streamlink/streamlink-twitch-gui-aur/

Issues related to Streamlink Twitch GUI itself belong on the project's issue tracker:
https://github.com/streamlink/streamlink-twitch-gui/


  [pkg-AUR]: https://aur.archlinux.org/packages/streamlink-twitch-gui/
  [wiki-AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
  [wiki-makepkg]: https://wiki.archlinux.org/index.php/Makepkg