From 9e2d2969b0b9cc3b23f06abad1d361b4ec452fe3 Mon Sep 17 00:00:00 2001 From: Jack Zhuang Date: Mon, 18 Mar 2019 10:19:13 +0800 Subject: [PATCH] Update DEVELOPING.md --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 8a514ce7b8..a7d2dea979 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -14,7 +14,7 @@ You would only do this once after you cloned the repository. 1. `cd` into `steedos-core`. 1. We develop on the `develop` branch and release from the `master` branch. At this point, you should do initiate a `git checkout -t origin/develop`. -1. `yarn bootstrap` to init packages. +1. `yarn bootstrap` to bootstrap the packages in the current Lerna repo. Installs all of their dependencies and links any cross-dependencies. 1. `yarn` to bring in all the top-level dependencies. 1. Open the project in your editor of choice.