Skip to content

Commit f05acb9

Browse files
authored
Update INSTALLATION.md
1 parent c922db5 commit f05acb9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

INSTALLATION.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,22 @@
1717
- Copy `css/style.css` to `/opt/findex`
1818
- Copy `target/release/findex` to `/usr/bin/findex`
1919

20+
### If you have systemd
21+
- Copy `findex.service`, `findex-restarter.service` and `findex-restarter.path` to `/etc/systemd/user/`
22+
- Run `systemctl --user enable findex.service`
23+
- Run `systemctl --user enable findex-restarter.path`
24+
25+
### If you don't have systemd
26+
- Add Findex to startup applications
27+
28+
Unfortunately Findex can't restart automatically when configs are changed unless you are using systemd. That's a future plan. Till then,
29+
you'll have to restart it manually.
30+
2031
## Installation from AUR
2132

2233
From repo: `findex-git`
2334
Prebuilt: `findex-bin`
35+
36+
If you are using systemd, run the following commands:
37+
- `systemctl --user enable findex.service`
38+
- `systemctl --user enable findex-restarter.path`

0 commit comments

Comments
 (0)