Merge pull request #593 from Akram-Chehaima/master

Change & add repo to install package on Arch linux
This commit is contained in:
Simon John 2018-11-27 14:18:37 +00:00 committed by GitHub
commit 2938a0f5b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,10 +53,10 @@ $ brew install --HEAD arduino-mk
#### Arch Linux #### Arch Linux
Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/). Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/).
It can be installed using the following command. It can be installed with [AUR] helper using the following command.
```sh ```sh
yaourt -S arduino-mk yay -S arduino-mk
``` ```
#### Fedora #### Fedora
@ -116,6 +116,12 @@ On openSUSE:
zypper install python-serial zypper install python-serial
``` ```
On Arch:
```sh
sudo pacman -S python-pyserial
```
On Mac using MacPorts: On Mac using MacPorts:
```sh ```sh