Update readme
This commit is contained in:
parent
71521f610b
commit
f837c7042e
@ -9,6 +9,7 @@ It does not aim at being correct, fast or moddable but instead to be simple.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
- dotnet 6.0 sdk
|
||||||
- node 14.0.0 (or newer)
|
- node 14.0.0 (or newer)
|
||||||
- npm
|
- npm
|
||||||
|
|
||||||
@ -19,8 +20,11 @@ It does not aim at being correct, fast or moddable but instead to be simple.
|
|||||||
## Run
|
## Run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx tsc
|
# server
|
||||||
node obj/main.js
|
npm run release:all # or release:win
|
||||||
|
|
||||||
|
# launcher
|
||||||
|
dotnet build
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user