add Readme

This commit is contained in:
2024-03-07 23:14:31 +01:00
parent ad2deb5819
commit b288f7f973

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Blitz-Console
## Update submodule
```
git submodule update --init
```
## Build
```
xmake
```
## Run
```
xmake run
```