blob: ea8502127f6ef44fbc70e068fa8984669dbb25c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# B15F-Arch
This repo contains a package build that installs the B15F CLI and library for interacting with the board.
# Installation
## Manually install
```bash
git clone https://github.com/bytesynapse/b15f-arch
cd b15f-arch
makepkg -is
```
## Automated install via the AUR helper of your choice
```bash
yay b15f-git
paru b15f-git
sudo pacman -Syu b15f-git
```
|