Update formatting easier copy cds

This commit is contained in:
Annie 2021-11-15 11:09:46 +08:00 committed by GitHub
parent d160c35e29
commit 118219e5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,10 +57,18 @@ git clone https://github.com/AppFlowy-IO/appflowy.git
**Step 2:**
- `cd appflowy`
- `make install_rust`
- `make install_cargo_make`
- `cargo make install_targets`
```shell
cd appflowy
```
```shell
make install_rust
```
```shell
make install_cargo_make
```
```shell
cargo make install_targets
```
>
>