Change & add repo to install package onArch linux

yaourt is "Discontinued" it's not save must use alternatives like yay On Arch Linux
add commands to install python-pyserial on Arch Linux
This commit is contained in:
Akram Chehaima 2018-11-27 13:59:12 +01:00 committed by GitHub
parent d3be28b500
commit ccd3a5289c
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 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
yaourt -S arduino-mk
yay -S arduino-mk
```
#### Fedora
@ -116,6 +116,12 @@ On openSUSE:
zypper install python-serial
```
On Arch:
```sh
sudo pacman -S python-pyserial
```
On Mac using MacPorts:
```sh