Skip to content

Commit

Permalink
Updated README.md - PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagoda authored Oct 2, 2023
1 parent 0783286 commit 2a211b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,23 @@ For example such line can be added - <b>TERM=konsole</b> (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:
Expand Down

0 comments on commit 2a211b0

Please sign in to comment.