Skip to content

Commit

Permalink
📄 Docs(README.md): Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 14, 2024
1 parent 15c24bb commit e7daed1
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,32 +129,13 @@ cd KitX
2. Init submodules

```shell
git submodule init
```

3. Select and init your development area

```shell
## Linux / MacOS
# chmod +x ToolKits/start.sh
# ToolKits/start.sh <type>

## or

## Windows OS
# ToolKits/start.ps1 <type>
git submodule update --init --recursive
```

> The new development tool `Cheese` is coming.
~~`<type>` is area you want to develop, you can choose `dashboard`, `mobile`, `loader`, `plugin`, `installer`~~

~~This script help you get source code of this area, include its dependencies.~~

If you want to get source code of all submodules at once, please execute following command instead:
3. Setup

```shell
git submodule update --init --recursive
cheese setup --reference
```

# Versions Roadmap
Expand Down

0 comments on commit e7daed1

Please sign in to comment.