From 8164ed61fdfc0d666ee3d2401bc188ec7282bdbb Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 6 Nov 2023 13:37:04 +0700 Subject: [PATCH] chore: update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0013b1a9b..8ccf438ce 100644 --- a/README.md +++ b/README.md @@ -96,20 +96,23 @@ Note: This instruction is tested on MacOS only. 1. **Clone the Repository:** - ``` +```bash git clone https://github.com/janhq/jan git checkout DESIRED_BRANCH cd jan - ``` +``` 2. **Install dependencies:** - ``` +```bash yarn install + # Build core module + yarn build:core + # Packing base plugins yarn build:plugins - ``` +``` 3. **Run development and Using Jan Desktop** @@ -127,6 +130,11 @@ Note: This instruction is tested on MacOS only. git clone https://github.com/janhq/jan cd jan yarn install + +# Build core module +yarn build:core + +# Package base plugins yarn build:plugins # Build the app