From f36ac39e6fa39ea15a34c0a9bc876aeaeba9c02f Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Thu, 15 Jun 2023 12:32:25 +0900 Subject: [PATCH] Update how to run (#189) Signed-off-by: Hidenori Matsubayashi --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5557003..7ca4f0f 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,12 @@ $ export PATH=$PATH:/opt/flutter-elinux/bin $ sudo apt install unzip curl clang cmake pkg-config ``` -### Run Flutter sample app in Weston -You need to install a Wayland compositor such as [Weston](https://gitlab.freedesktop.org/wayland/weston/-/tree/master) and launch it before launching your Flutter apps. Note that if you use Weston, Weston version 8.0 or above recommended. See also: [Support status](https://github.com/sony/flutter-elinux/wiki/Support-status) +### Run Flutter sample app on Wayland compositor +You need to install a Wayland compositor such as [Sway](https://github.com/swaywm/sway) and [Weston](https://gitlab.freedesktop.org/wayland/weston/-/tree/master), and launch it before launching your Flutter apps. There are some known issues with Weston version 9. Therefore, we recomend using other compositors such as Sway. ```Shell -$ sudo apt install weston -$ weston & +$ sudo apt install sway +$ sway & ``` ```Shell