From 0bd6df507ba7ef13e3d74545b8304e244e833a7a Mon Sep 17 00:00:00 2001 From: mrheinen Date: Mon, 13 Jan 2025 04:59:21 +0100 Subject: Highlight that the path in niri.service should be checked (#962) * Highlight that the path in niri.service should be checked Having just installed niri I ran into this issue. When building from source on Ubuntu the install location using the instructions in this document is /usr/local//bin/niri. However niri.service pointed to /usr/bin/niri so my session would not start at all. Hopefully this update helps * Update wiki/Getting-Started.md --------- Co-authored-by: Ivan Molodetskikh --- wiki/Getting-Started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Getting-Started.md b/wiki/Getting-Started.md index 6637de0c..6f657cd9 100644 --- a/wiki/Getting-Started.md +++ b/wiki/Getting-Started.md @@ -166,6 +166,9 @@ If installing directly without a package, the recommended file destinations are In this case, put the files in the directories indicated in the table below. These may vary depending on your distribution. +Don't forget to make sure that the path to `niri` in niri.service is correct. +This defaults to `/usr/bin/niri`. + | File | Destination | | ---- | ----------- | | `target/release/niri` | `/usr/local/bin/` | -- cgit