From 861cec3d9ae610eeddff7afe4a9e2f47b5257739 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 00:57:01 +0400 Subject: [PATCH] Am I retarded? I am retarded... :) Fixed makepkg -i command in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4dc5c..f2ebbd0 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ First run `make` to build a program, and then `make install` to copy executable ### For ArchLinux -You can take a [PKGBUILD](/Arav/kwh-calc/raw/branch/master/PKGBUILD) file and in a directory with it run `pkgbuild -i`. \ No newline at end of file +You can take a [PKGBUILD](/Arav/kwh-calc/raw/branch/master/PKGBUILD) file and in a directory with it run `makepkg -i`. \ No newline at end of file