From 3c1dd2c38cddaa725f518c5d9fe8f8ce3bb1900b Mon Sep 17 00:00:00 2001 From: Heiki Riesenkampf Date: Mon, 18 Jul 2022 11:12:56 +0200 Subject: [PATCH] fix(docs): update changes folder names in root readme file --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dd00189..905c6c7 100644 --- a/README.md +++ b/README.md @@ -22,28 +22,21 @@ Clone the project git clone git@github.com:acapela/clientdb.git ``` -Go to the project directory - -```bash - cd clientdb -``` - Install dependencies ```bash yarn install ``` -Build the client +Build the client-side db ```bash - cd clientdb - yarn build + yarn core build ``` ## Running Tests -To run tests, run the following command while in clientdb/clientdb directory +To run tests, run the following command while in /core directory ```bash yarn test