Update README.md
Some checks failed
build for freebsd / build (push) Has been cancelled
build Linux / build (push) Has been cancelled
build for macos / build (push) Has been cancelled
build for windows / build (push) Has been cancelled

This commit is contained in:
2025-08-27 11:01:36 +00:00
parent 8e58139fcb
commit 65e4e3380c

View File

@@ -72,9 +72,7 @@ The commands above should be virtually identical, aside from changing `./pi-im`
<img alt="image" src="https://github.com/user-attachments/assets/5a6c188f-e890-4398-856c-e88f5804e9d2" />
Static executable snapshots are also provided for GNU/Linux systems on every new version, and CI runs on every commit, producing a binary on every successful build, for Linux, Windows and MacOS.
You're welcome.
Static executable snapshots are also provided for GNU/Linux systems on every new version.
## Wayland
On BSD and Linux systems, you may want to build an executable for Wayland only, meaning it will not run through XWayland. This will increase performance and also allow drag-on-drop functionality. Most Wayland setups can run X11 apps, but no X11 setup can run Wayland apps. Because of this, all executables are shipped for use with X11. This may change in the future, but if you want to build for Wayland, it's as simple as the commands above, but just adding a `wayland` tag to the build command.