Fix FreeBSD installation in README

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-10-18 00:46:56 +02:00
parent a3a8f11575
commit 52d29bbd47
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ To disable TTY 2, go to `/etc/inittab` and comment out the line containing `tty2
### FreeBSD
```
# zig build installexe -Dprefix_directory=/usr/local
# zig build installexe -Dprefix_directory=/usr/local -Dinit_system=freebsd
# sysrc lightdm_enable="NO"
# sysrc ly_enable="YES"
```