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:
committed by
Brendan Le Foll
parent
875289ab94
commit
23fd11c4f7
12
README.md
12
README.md
@@ -72,6 +72,18 @@ Install on Arch Linux
|
|||||||
|
|
||||||
There is an AUR package for mraa here: https://aur.archlinux.org/packages/mraa
|
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
|
Installing for Node.js only
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user