add page for raspbian package guide

Ersi Ni
2015-06-22 00:28:38 +08:00
parent 21acd16fce
commit 2826ce4501

14
Package-for-Raspbian.md Normal file

@@ -0,0 +1,14 @@
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
```