docs: update BUILDING.md (#4087)

This commit is contained in:
Alex Yang
2023-08-31 18:50:54 -05:00
committed by GitHub
parent 25671e2134
commit 364fc517cc
2 changed files with 22 additions and 28 deletions
-2
View File
@@ -18,7 +18,6 @@ Note that if you encounter any issues with installing Rust and crates, try follo
To run AFFiNE Desktop Client Application locally, run the following commands:
```sh
# in repo root
yarn install
yarn dev
@@ -27,7 +26,6 @@ yarn dev
yarn build
# in apps/electron
yarn generate-assets
yarn dev
```