From 65e4e3380c23c7b3a8d6159ed3f4979234f94d35 Mon Sep 17 00:00:00 2001 From: sunglocto Date: Wed, 27 Aug 2025 11:01:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ed1a3b..ca6c446 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,7 @@ The commands above should be virtually identical, aside from changing `./pi-im` image -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.