Private
Public Access
2
0

README.md: Add install instructions for openSUSE

Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Cédric Bosdonnat
2017-03-02 18:12:16 +01:00
committed by Brendan Le Foll
parent 875289ab94
commit 23fd11c4f7

View File

@@ -72,6 +72,18 @@ Install on Arch Linux
There is an AUR package for mraa here: https://aur.archlinux.org/packages/mraa
Install on openSUSE
-------------------
```bash
REPO="openSUSE_Tumbleweed"
if test "$(arch)" == "aarch64"; then
REPO="openSUSE_Factory_ARM"
fi
sudo zypper ar http://download.opensuse.org/repositories/hardware/$REPO/hardware.repo
sudo zypper in mraa
```
Installing for Node.js only
---------------------------