Merge pull request #5 from LeonardoRosaa/main

Documentation: does make easier copies of some command lines codes
This commit is contained in:
AppFlowy.IO 2021-11-15 10:41:53 +08:00 committed by GitHub
commit d160c35e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,9 @@ How to build on MacOS, please follow these simple steps.
**Step 1:**
* git clone [https://github.com/AppFlowy-IO/appflowy.git](https://github.com/AppFlowy-IO/appflowy.git)
```shell
git clone https://github.com/AppFlowy-IO/appflowy.git
```
**Step 2:**
@ -69,7 +71,9 @@ How to build on MacOS, please follow these simple steps.
Follow the instructions [here](https://flutter.dev/docs/get-started/install) to install Flutter. As AppFlowy uses the `dev` channel, you need to switch the channel. Just type:
* `flutter channel dev`
```shell
flutter channel dev
```
**Step 4:**