Skip to content

Commit 3632ea5

Browse files
author
epicbigcat
committed
chore: release 1.0.0-BETA
1 parent 9d007c6 commit 3632ea5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- .github/workflows/build-windows.yml
77
- src/**
88
- xmake.lua
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The launcher for [Allay](https://github.com/AllayMC/Allay) that aims to be small
77
- [x] Detect java status
88
- [x] Manage Allay
99
- [x] Discover system proxy setting automatically
10+
- [ ] Arm64 architecture support
1011

1112
## Installation
1213

@@ -19,11 +20,13 @@ WIP
1920
## Commands
2021

2122
Start the server (will download the latest nightly version of allay if allay haven't been downloaded):
23+
2224
```bash
2325
allay
2426
```
2527

2628
This is equal to:
29+
2730
```bash
2831
allay -u -r -n
2932
```
@@ -36,24 +39,28 @@ Available options:
3639
- `-a` Pass arguments to java
3740
- `-d` Use deamon mode, which the launcher will restart the server after server stopped
3841

39-
Start the server with specified maximum memory limit:
42+
Start the server with specified memory limit:
4043

4144
Windows(cmd):
45+
4246
```bash
4347
allay -u -r -n -a '-Xms1G -Xmx4G'
4448
```
4549

4650
Linux(bash):
51+
4752
```bash
4853
allay -u -r -n -a '\-Xms1G \-Xmx4G'
4954
```
5055

5156
Start the server, and will restart the server if server crashed:
57+
5258
```bash
5359
allay -u -r -n -d
5460
```
5561

5662
Start the server, but do not check for update:
63+
5764
```bash
5865
allay -r
5966
```

0 commit comments

Comments
 (0)