mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Add ArchLinux repository info
This commit is contained in:
18
README.md
18
README.md
@@ -68,8 +68,26 @@ Prebuilt binary packages for Raspbian Wheezy are available, add this line to you
|
||||
deb http://archive.itimmer.nl/raspbian/moonlight wheezy main
|
||||
```
|
||||
|
||||
Install package using the following commands
|
||||
```
|
||||
apt-get update
|
||||
apt-get install moonlight-embedded
|
||||
```
|
||||
|
||||
Source package for ArchLinux is available in [AUR](https://aur.archlinux.org/packages/moonlight-embedded/)
|
||||
|
||||
Prebuilt binary packages for ArchLinux ARM are available, add those lines to you */etc/pacman.conf*
|
||||
```
|
||||
[moonlight]
|
||||
Server = http://archive.itimmer.nl/archlinux/$repo/os/$arch
|
||||
SigLevel = Optional
|
||||
```
|
||||
|
||||
Install package using the following command
|
||||
```
|
||||
pacman -Sy moonlight-embedded
|
||||
```
|
||||
|
||||
##Compile and install
|
||||
|
||||
* Download and extract Moonlight Embedded from release or git clone
|
||||
|
||||
Reference in New Issue
Block a user