From 4a72b7a87c051eb32d78727bc473232ed109acba Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Wed, 24 Nov 2021 23:04:43 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 225fdb04d1..fbeed93208 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,13 @@ flutter config --enable-linux-desktop ``` * Open the `app_flowy` folder located at xx/appflowy/frontend with Visual Studio Code or other IDEs at your disposal. -* Go to the Run and Debug tab and then click the run button. -![Run the project](https://github.com/AppFlowy-IO/appflowy/blob/main/doc/imgs/run.png) +* Go to the Run and Debug tab and then click the run button. +![Run the project](https://github.com/AppFlowy-IO/appflowy/blob/main/doc/imgs/run.png) + +* If you want to build for the other platform, you should modify the build_sdk.sh before running. +![build_sdk](https://user-images.githubusercontent.com/86001920/143262377-bb49e913-10ca-4198-80ec-bd814a13ee1d.png) + + ## Roadmap