Remove seperate editor and xtask

This commit is contained in:
Chance 2024-12-02 18:57:00 -05:00 committed by BitSyndicate
parent ce1be977d4
commit 85d8ef14a8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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