From 2045a11f3be91547317dbfee78d4167f176295d1 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 31 Jul 2023 13:43:37 -0300 Subject: [PATCH] [DOCs] AUR instructions From PR #468 --- README.md | 9 +++++++++ docs/README.in | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index bbbc8a3b8..f029a8f2c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ * [Installation](#installation) * [Dependencies](#dependencies) * [Installation on Ubuntu or Debian](#installation-on-ubuntu-or-debian) + * [Installation on Arch Linux](#installation-on-arch-linux) * [Installation using pip](#installation-using-pip) * [Notes about virtualenv](#notes-about-virtualenv) * [Installation on other targets](#installation-on-other-targets) @@ -261,6 +262,14 @@ sudo apt install ./python3-mcpy_2.0.2-1_all.deb ./kibot_0.6.0-1_all.deb **Important note**: The [KiCad Automation Scripts](https://github.com/INTI-CMNB/kicad-automation-scripts/) packages are a mandatory dependency. The [KiBoM](https://github.com/INTI-CMNB/KiBoM), [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) and [PcbDraw](https://github.com/INTI-CMNB/PcbDraw) are recommended. +### Installation on Arch Linux + +AUR repository for [kibot](https://aur.archlinux.org/packages/kibot) + +```shell +yay -S kibot +``` + ### Installation using pip ```shell diff --git a/docs/README.in b/docs/README.in index daa214834..eeeed6b2c 100644 --- a/docs/README.in +++ b/docs/README.in @@ -24,6 +24,7 @@ * [Installation](#installation) * [Dependencies](#dependencies) * [Installation on Ubuntu or Debian](#installation-on-ubuntu-or-debian) + * [Installation on Arch Linux](#installation-on-arch-linux) * [Installation using pip](#installation-using-pip) * [Notes about virtualenv](#notes-about-virtualenv) * [Installation on other targets](#installation-on-other-targets) @@ -153,6 +154,14 @@ sudo apt install ./python3-mcpy_2.0.2-1_all.deb ./kibot_0.6.0-1_all.deb **Important note**: The [KiCad Automation Scripts](https://github.com/INTI-CMNB/kicad-automation-scripts/) packages are a mandatory dependency. The [KiBoM](https://github.com/INTI-CMNB/KiBoM), [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) and [PcbDraw](https://github.com/INTI-CMNB/PcbDraw) are recommended. +### Installation on Arch Linux + +AUR repository for [kibot](https://aur.archlinux.org/packages/kibot) + +```shell +yay -S kibot +``` + ### Installation using pip ```shell