From e370a9a0aad18d020e647aecd889887fdf92bbcc Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Mon, 22 Aug 2022 12:45:09 -0700 Subject: [PATCH] Update README.md You should not have to mess with your package.json to yarn link --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 318f3ac98..b111a3d3d 100644 --- a/README.md +++ b/README.md @@ -247,8 +247,6 @@ Now, when you run the application your changes in `kolibri-design-system` will b For example, given that you have `./kolibri` and `./kolibri-design-system` folders with their respective local repositories: -First, remove the reference to `kolibri-design-system` from `./kolibri/core/package.json` which points at the online repo. Next, - ```bash # change to the KDS repo and add it to yarn's local package registry cd ./kolibri-design-system