Skip to content

Commit

Permalink
Merge pull request #23 from SimonBrandner/patch-1
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
duvholt authored Nov 9, 2022
2 parents ab282c4 + 10e85c6 commit 880ed6a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ A plasmoid for integrating i3 with KDE Plasma.

## Installation

+ Install system dependencies: libsigc++-2.0 libjsoncpp extra-cmake-modules qt-labs-qmlmodels make cmake
+ For Debian based distros:
+ Install system dependencies (for Debian based distros):

```sh
sudo apt install -y libsigc++-2.0-dev libjsoncpp-dev extra-cmake-modules qml-module-qt-labs-qmlmodels make cmake
```
```sh
sudo apt install -y libsigc++-2.0-dev libjsoncpp-dev extra-cmake-modules qml-module-qt-labs-qmlmodels make cmake libkf5plasma-dev qtbase5-dev qtdeclarative5-dev
```

+ Build and install i3-pager:

Expand Down

0 comments on commit 880ed6a

Please sign in to comment.