From b11ce2c8d29ce24cfdd9b8e9fe9a4eb6b4c9f36a Mon Sep 17 00:00:00 2001 From: Horus Date: Fri, 26 May 2023 10:29:30 +0800 Subject: [PATCH] docs: add native build command to readme (#2535) --- apps/electron/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/electron/README.md b/apps/electron/README.md index 2315112886..ec03f0f355 100644 --- a/apps/electron/README.md +++ b/apps/electron/README.md @@ -7,6 +7,7 @@ To run AFFiNE Desktop Client Application locally, run the following commands: ```sh # in repo root yarn install +yarn workspace @affine/native build yarn dev # in apps/electron