diff --git a/Package-for-Raspbian.md b/Package-for-Raspbian.md deleted file mode 100644 index 421df91..0000000 --- a/Package-for-Raspbian.md +++ /dev/null @@ -1,14 +0,0 @@ -Packages for moonlight-embedded are available for Raspbian. - -Add this line to your `/etc/apt/sources.list` - -``` -deb http://archive.itimmer.nl/raspbian/moonlight wheezy main -``` - -Install the package using - -``` -apt-get update -apt-get install moonlight-embedded -``` \ No newline at end of file diff --git a/Packages.md b/Packages.md new file mode 100644 index 0000000..83a87ac --- /dev/null +++ b/Packages.md @@ -0,0 +1,32 @@ +## Raspbian/OSMC + +Packages are available for the Debian based distro's Raspbian and OSMC. + +Add this line to your `/etc/apt/sources.list` + +``` +deb http://archive.itimmer.nl/raspbian/moonlight wheezy main +``` + +Install the package using + +``` +apt-get update +apt-get install moonlight-embedded +``` + +## ArchLinux + +Source package for ArchLinux is available in [AUR](https://aur.archlinux.org/packages/moonlight-embedded/) + +Prebuilt binary packages for ArchLinux ARM (armv6h/armv7h) 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 +``` \ No newline at end of file