From 97d3060fc90bb4a5f06cf6a058142c0af7af32a4 Mon Sep 17 00:00:00 2001 From: hoangdv2429 Date: Wed, 21 Jun 2023 20:08:27 +0700 Subject: [PATCH] docs --- docs/setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b70dc09a6b..a12e9622ea 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -7,8 +7,7 @@ In the root directory: ``` -yarn -yarn bootstrap ## this links the local packages instead of the versions that live on npm +yarn bootstrap ## this installs dependencies and links the local packages instead of the versions that live on npm yarn build ## this recursively builds all packages (this command also exists inside each package) ```