From 51a7cc9deec2afb1e2f5e65496f4859d78bfb3f0 Mon Sep 17 00:00:00 2001 From: Leonardo Rosa <43169851+LeonardoRosaa@users.noreply.github.com> Date: Sun, 14 Nov 2021 14:46:19 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e44ca5395d..572470a0a2 100644 --- a/README.md +++ b/README.md @@ -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:**