From 20498d9ea18926fe30ce439f92d7440c3079bfa9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 13 Feb 2023 19:55:42 +0100 Subject: [PATCH] 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 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 09e630c4..885193d4 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.