summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-02-13 19:55:42 +0100
committerSimon Ser <contact@emersion.fr>2023-02-13 19:55:42 +0100
commit20498d9ea18926fe30ce439f92d7440c3079bfa9 (patch)
treeca8d72a450b9ef029991fc3e90d760549b433941
parent8ffd7db24f9054a5fdc6d0a25e50d0e4eee95fbb (diff)
downloadwayland-20498d9ea18926fe30ce439f92d7440c3079bfa9.tar.gz
readme: reword website description
The website is most useful for docs. Build instructions have been mostly dropped from it: they're better described in downstream projects' READMEs. Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 09e630c..885193d 100644
--- a/README
+++ b/README
@@ -25,6 +25,6 @@ they don't have many dependencies:
$ meson build/ --prefix=PREFIX
$ ninja -C build/ install
-where PREFIX is where you want to install the libraries. See
-https://wayland.freedesktop.org for more complete build instructions
-for wayland, weston, xwayland and various toolkits.
+where PREFIX is where you want to install the libraries.
+
+See https://wayland.freedesktop.org for documentation.