From 2a211b04c07de27b70862e99a08c5120a78366b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20G=C3=B3rska?= Date: Mon, 2 Oct 2023 17:01:40 +0200 Subject: [PATCH] Updated README.md - PKGBUILD --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3da0734..12b2644 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,23 @@ For example such line can be added - TERM=konsole (or other terminal app ### Installation ``` +git clone https://github.com/juliagoda/pak-gui.git +cd pak-gui mkdir build cd build cmake -DRUN_TESTS=OFF .. make -j 2 ``` -### Running tests +### Installation from PKGBUILD + +``` +git clone https://github.com/archlinux-lucjan/archlinux-packages.git +cd archlinux-packages/pak-gui-git +makepkg -srci +``` + +### Running tests It's important to run tests before running code coverage: