From 8699dbae896c27818a89b1efcff3b41e5b4bf283 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 10 Apr 2022 21:08:19 +0400 Subject: [PATCH] Added info on how to install a downloaded package in Arch Linux. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 313b102..137fb0a 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file +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.