Update readme include build:uikit (#560)

This commit is contained in:
Faisal Amir 2023-11-07 21:36:29 +07:00 committed by GitHub
parent 2394c13065
commit b1dd8956b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,9 @@ Note: This instruction is tested on MacOS only.
# Packing base plugins
yarn build:plugins
# Packing uikit
yarn build:uikit
```
3. **Run development and Using Jan Desktop**
@ -137,6 +140,9 @@ yarn build:core
# Package base plugins
yarn build:plugins
# Packing uikit
yarn build:uikit
# Build the app
yarn build
```