Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Jan 17, 2024
1 parent b34a669 commit 35a6f2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We have no time constraints, so we can focus on implementing as many polished fe
We welcome contributions in any way, shape, or form. Here's how you can get started:

- Fork the repository and clone it to your local machine.
- Run ```cargo run --release --bin vent-editor``` to start the editor.
- Run `cargo run --release --bin vent-editor` to start the editor.
- Make your changes and submit a pull request.

We also have [GitHub Issues](https://github.com/Snowiiii/Vent-Engine/issues) where you can report bugs, request
Expand All @@ -45,14 +45,14 @@ features, or discuss ideas.
Vent-Engine Supports all common platforms.

| Platform | Runtime | Editor |
|----------|---------|--------|
| Windows | ✅️ | ✅️ |
| MacOS | ✅️ | ✅️ |
| Linux | ✅️ | ✅️ |
| Redox | **** | **** |
| Android | **** | |
| IOS | **** | |
| WASM | ✅️ | ✅️ |
| -------- | ------- | ------ |
| Windows | **** | **** |
| MacOS | **** | **** |
| Linux | ✅️ | ✅️ |
| Redox | **** | **** |
| Android | **** ||
| IOS | **** ||
| WASM | **** | |

- ✅: Works as intended
- ❌ Will not be Supported
Expand Down
3 changes: 2 additions & 1 deletion crates/vent-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ If you're interested in contributing to Vent-Editor, please fork the repository
contributions of all kinds, including bug fixes, new features, and documentation improvements.

## License
Vent-Editor is licensed under the [Apache 2.0 License](../../LICENSE)

Vent-Editor is licensed under the [Apache 2.0 License](../../LICENSE)
2 changes: 1 addition & 1 deletion crates/vent-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ contributions of all kinds, including bug fixes, new features, and documentation

## License

Vent-Runtime is licensed under the [Apache 2.0 License](../../LICENSE)
Vent-Runtime is licensed under the [Apache 2.0 License](../../LICENSE)

0 comments on commit 35a6f2e

Please sign in to comment.