diff --git a/readme.md b/readme.md index beecb2b..5bfd089 100644 --- a/readme.md +++ b/readme.md @@ -60,11 +60,11 @@ Every environment that works on other login managers also should work on Ly. - Unlike most login managers Ly has xinitrc entry and it also supports shell. -- If you installed your favorite environment and you don't see it, that’s because Ly doesn't automatically refresh itself. To fix this you should restart Ly service (depends on your init system) or the easy way is to reboot your system. +- If you installed your favorite environment and you don't see it, that's because Ly doesn't automatically refresh itself. To fix this you should restart Ly service (depends on your init system) or the easy way is to reboot your system. - If your environment is still missing then check at `/usr/share/xsessions` or `/usr/share/wayland-sessions` to see if a .desktop file is present. -- If there isn’t a .desktop file then create a new one that launches your favorite environment in those directories depending on if its Xorg or Wayland session. +- If there isn't a .desktop file then create a new one that launches your favorite environment in those directories depending on if its Xorg or Wayland session. - If only Xorg sessions doesn't work then check if your distro compiles Ly with Xorg support as it can be compiled with Xorg support disabled. @@ -187,7 +187,7 @@ To disable TTY 2, go to `/etc/inittab` and comment out the line containing `tty2 ### FreeBSD ``` -# zig build installexe -Dprefix_directory=/usr/local -Dconfig_directory=/usr/local/etc -Dinit_system=freebsd +# zig build installexe -Dprefix_directory=/usr/local -Dconfig_directory=/usr/local/etc -Dinit_system=freebsd # sysrc lightdm_enable="NO" ```