Update readme

This commit is contained in:
Observer KRypt0n_ 2021-10-14 22:47:00 +02:00
parent 3cc9409354
commit fc5cf23621
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -1,11 +1,28 @@
<img src="logo.png">
# Status
### Launcher is in the beta state; patch is in the testing phase
| Game version | Launcher version | Patch version | Download link |
| :---: | :---: | :---: | :---: |
| 2.2.0 | 2.2.0-beta1 | 2.2.0-testing | [Download](https://notabug.org/nobody/an-anime-game-launcher/releases/2.2.0-beta1) |
| Game version | Launcher version | Patch version |
| :---: | :---: | :---: |
| 2.2.0 | 2.2.0-beta1 | 2.2.0-testing |
Download from [Releases](https://notabug.org/nobody/an-anime-game-launcher/releases/2.2.0-beta1)
# Development
## Build from source
```sh
npm run build:linux
```
## Run from source
```sh
npm start
```
<br>