Update readme

This commit is contained in:
Merijn Hendriks 2021-12-28 21:33:39 +01:00
parent 71521f610b
commit f837c7042e

View File

@ -9,6 +9,7 @@ It does not aim at being correct, fast or moddable but instead to be simple.
## Requirements
- dotnet 6.0 sdk
- node 14.0.0 (or newer)
- npm
@ -19,8 +20,11 @@ It does not aim at being correct, fast or moddable but instead to be simple.
## Run
```bash
npx tsc
node obj/main.js
# server
npm run release:all # or release:win
# launcher
dotnet build
```
## License