aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2018-11-27 14:18:37 +0000
committerGitHub <noreply@github.com>2018-11-27 14:18:37 +0000
commit2938a0f5b442115c1edabdf940f7aa5388472338 (patch)
tree0d181202be0f973a4b06b398eb43901fe4fa954b
parentd3be28b500766d094e1611bfc089b1486c10b4bf (diff)
parentccd3a5289c816b3c547abc5810942f15cf391f5e (diff)
Merge pull request #593 from Akram-Chehaima/master
Change & add repo to install package on Arch linux
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0787ade..f4cbbc5 100644
--- a/README.md
+++ b/README.md
@@ -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