Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Chovanec authored and apognu committed Oct 14, 2023
1 parent 13a5764 commit 7e0cdf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ $ cargo build --release
# mv target/release/tuigreet /usr/local/bin/tuigreet
```

Cache directory must be created for `--remember*` features to work. The directory must be owned by the user running the greeter.

```
# mkdir /var/cache/tuigreet
# chown greeter:greeter /var/cache/tuigreet
# chmod 0755 /var/cache/tuigreet
```

### From AUR

On ArchLinux, `tuigreet` is available on [AUR](https://aur.archlinux.org/packages/greetd-tuigreet) and is installable through your preferred AUR helper:
Expand Down

0 comments on commit 7e0cdf0

Please sign in to comment.