Remove seperate editor and xtask

This commit is contained in:
Chance 2024-12-02 18:57:00 -05:00 committed by BitSyndicate
parent 1e7b7eff2a
commit 1819a757be
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
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