aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 215cee4f..cfe51346 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ channel or shoot an email to sir@cmpwn.com for advice.
53 53
54Install dependencies: 54Install dependencies:
55 55
56* cmake 56* meson
57* [wlroots](https://github.com/swaywm/wlroots) 57* [wlroots](https://github.com/swaywm/wlroots)
58* wayland 58* wayland
59* xwayland 59* xwayland
@@ -78,11 +78,9 @@ _\*\*\*Only required for tray support_
78 78
79Run these commands: 79Run these commands:
80 80
81 mkdir build 81 meson build
82 cd build 82 ninja -C build
83 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. 83 sudo ninja -C build install
84 make
85 sudo make install
86 84
87On systems with logind, you need to set a few caps on the binary: 85On systems with logind, you need to set a few caps on the binary:
88 86