Remove seperate editor and xtask

This commit is contained in:
Chance 2024-12-02 18:57:00 -05:00 committed by lily
parent 1becc24433
commit 331b6d6d17
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
9 changed files with 35 additions and 139 deletions

View file

@ -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