chore(make): installs to ${PREFIX}, /usr or /usr/local, no mix

This commit is contained in:
2026-01-19 23:54:06 +01:00
parent 08c284e056
commit aca9d0be5d
5 changed files with 29 additions and 15 deletions

View File

@@ -131,6 +131,8 @@ Then you can install the files onto your filesystem with:
make install
```
This will install mostly into `/usr/local` by default, this path is mostly unused nowadays and could feel like lidm didn't install at all. You can add `PREFIX=/usr` to install along the rest of your system packages if you wish.
And additionally, to install service files (start-up behavior). <sup>[more docs](../assets/services/README.md)</sup>
```sh