From 490317ad3eee0745027d1675986e1d5f6e727e22 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Tue, 11 Jan 2022 11:21:41 +0900 Subject: [PATCH] Fix missing unzip installation (#73) Fixed https://github.com/sony/flutter-elinux/issues/72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 469b8f6..66df7dd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ export PATH=$PATH:/opt/flutter-elinux/bin ### Install required tools ```Shell -$ sudo apt install curl clang cmake pkg-config +$ sudo apt install unzip curl clang cmake pkg-config ``` ### Run Flutter sample app in Weston