Remove seperate editor and xtask
This commit is contained in:
parent
1e7b7eff2a
commit
1819a757be
9 changed files with 35 additions and 139 deletions
10
README.md
10
README.md
|
@ -125,20 +125,20 @@ your platform:
|
|||
|
||||
**1**. Clone the repository:
|
||||
|
||||
```ps1
|
||||
```bash
|
||||
git clone https://github.com/Caznix/Zenyx.git
|
||||
```
|
||||
|
||||
**2**. cd into the project directory
|
||||
|
||||
```PS1
|
||||
```bash
|
||||
cd ./Zenyx
|
||||
```
|
||||
|
||||
**3**. Build the project using the xtask:
|
||||
**3**. Build the project
|
||||
|
||||
```ps1
|
||||
cargo xtask run core # also use editor for editor, or engine for both
|
||||
```bash
|
||||
cargo run
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue