Skip to content

Commit

Permalink
[DOCs] AUR instructions
Browse files Browse the repository at this point in the history
From PR #468
  • Loading branch information
set-soft committed Jul 31, 2023
1 parent a3253b0 commit 2045a11
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/README.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2045a11

Please sign in to comment.