chore: update README.md
This commit is contained in:
parent
90761d8976
commit
8164ed61fd
12
README.md
12
README.md
@ -96,7 +96,7 @@ Note: This instruction is tested on MacOS only.
|
|||||||
|
|
||||||
1. **Clone the Repository:**
|
1. **Clone the Repository:**
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone https://github.com/janhq/jan
|
git clone https://github.com/janhq/jan
|
||||||
git checkout DESIRED_BRANCH
|
git checkout DESIRED_BRANCH
|
||||||
cd jan
|
cd jan
|
||||||
@ -104,9 +104,12 @@ Note: This instruction is tested on MacOS only.
|
|||||||
|
|
||||||
2. **Install dependencies:**
|
2. **Install dependencies:**
|
||||||
|
|
||||||
```
|
```bash
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
|
# Build core module
|
||||||
|
yarn build:core
|
||||||
|
|
||||||
# Packing base plugins
|
# Packing base plugins
|
||||||
yarn build:plugins
|
yarn build:plugins
|
||||||
```
|
```
|
||||||
@ -127,6 +130,11 @@ Note: This instruction is tested on MacOS only.
|
|||||||
git clone https://github.com/janhq/jan
|
git clone https://github.com/janhq/jan
|
||||||
cd jan
|
cd jan
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
|
# Build core module
|
||||||
|
yarn build:core
|
||||||
|
|
||||||
|
# Package base plugins
|
||||||
yarn build:plugins
|
yarn build:plugins
|
||||||
|
|
||||||
# Build the app
|
# Build the app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user