mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-08 09:07:57 +03:00
Update readme
This commit is contained in:
parent
3cc9409354
commit
fc5cf23621
1 changed files with 20 additions and 3 deletions
23
README.md
23
README.md
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue