Added info on how to install a downloaded package in Arch Linux.

This commit is contained in:
Alexander Andreev 2022-04-10 21:08:19 +04:00
parent 0024d33575
commit 8699dbae89
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 3 additions and 1 deletions

View File

@ -33,4 +33,6 @@ First run `make` to build a program, and then `make install` to copy executable
### For ArchLinux
You can take a [PKGBUILD](/Arav/kwh-cost/raw/branch/master/PKGBUILD) file and in a directory with it run `makepkg -i`.
You can take a [PKGBUILD](/Arav/kwh-cost/raw/branch/master/PKGBUILD) file and in a directory with it run `makepkg -i`.
If you want to use a pre-built package for Arch from Releases, then install it using `pacman -U` command.