docs(readme): add installation instructions for Arch Linux

This commit is contained in:
Orhun Parmaksız 2022-04-16 12:39:19 +03:00
parent c10b504ec3
commit 65eee8785c
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -60,6 +60,7 @@ Although **systeroid** does not need the parameter section to be specified expli
- [Requirements](#requirements)
- [Installation](#installation)
- [Cargo](#cargo)
- [Arch Linux](#arch-linux)
- [Binary releases](#binary-releases)
- [Building from source](#building-from-source)
- [Docker](#docker)
@ -133,6 +134,14 @@ cargo install systeroid
cargo install systeroid-tui
```
### Arch Linux
**systeroid** can be installed from the [community repository](https://archlinux.org/packages/community/x86_64/systeroid/) using [pacman](https://wiki.archlinux.org/title/Pacman):
```sh
pacman -S systeroid
```
### Binary releases
See available [releases](https://github.com/orhun/systeroid/releases) that are automated by [Continuous Deployment](.github/workflows/cd.yml) workflow.