From 1f23062d1dcfedd7c574bd53b6e94182c5badcdd Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Fri, 16 Jul 2021 22:57:34 +0900 Subject: [PATCH] Update README (#7) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f922c60..0907b4c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Flutter for Embedded Linux (eLinux) This software is a **non-official** extension to the [Flutter SDK](https://github.com/flutter/flutter) to build Flutter apps for Embedded Linux devices. -**The tool is still been developing! So, there is a lot of unsupported function.** +**It is still been developed! So, currently, there is a lot of unsupported functions yet.** ## Quick start ### How to insall flutter-elinux @@ -12,6 +12,8 @@ $ export PATH=$PATH:/opt/flutter-elinux/bin ``` ### How to run flutter sample app in Weston +You need to install a Wayland compositor such as Weston and launch it before launching your Flutter apps. + ```Shell $ flutter-elinux create sample $ cd sample