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 <yalterz@gmail.com>
This commit is contained in:
mrheinen
2025-01-13 04:59:21 +01:00
committed by GitHub
parent 6e41220dbf
commit 0bd6df507b
+3
View File
@@ -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/` |