update README

This commit is contained in:
appflowy 2021-11-20 13:19:57 +08:00
parent 2a1c5a3420
commit 3038dc3c93

View File

@ -58,7 +58,7 @@ git clone https://github.com/AppFlowy-IO/appflowy.git
**Step 2:**
```shell
cd appflowy
cd appflowy/frontend
```
```shell
make install_rust
@ -100,7 +100,7 @@ flutter config --enable-macos-desktop
flutter config --enable-linux-desktop
```
* Open the `app_flowy` folder located at xx/appflowy/app_flowy with Visual Studio or other IDEs at your disposal.
* Open the `app_flowy` folder located at xx/appflowy/frontend with Visual Studio 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)