Add instructions for Fedora
mraa is packaged in Fedora so add details for how people can consume mraa on that distribution. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
committed by
Thomas Ingleby
parent
156fea550c
commit
66c2478183
11
README.md
11
README.md
@@ -103,6 +103,17 @@ sudo zypper ar http://download.opensuse.org/repositories/hardware/$REPO/hardware
|
|||||||
sudo zypper in mraa
|
sudo zypper in mraa
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install on Fedora Linux
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
There is an mraa package in the main Fedora repository so it can be dnf installed
|
||||||
|
in all recent Fedora releases. The Node.js and Python 3 bindings are packaged as
|
||||||
|
separate packages.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install mraa nodejs-mraa python3-mraa
|
||||||
|
```
|
||||||
|
|
||||||
Installing for Node.js only
|
Installing for Node.js only
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user