Skip to content

Commit

Permalink
chore: release 1.0.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
epicbigcat committed Nov 26, 2024
1 parent 9d007c6 commit 3632ea5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- .github/workflows/build-windows.yml
- src/**
- xmake.lua
workflow_dispatch:

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The launcher for [Allay](https://github.com/AllayMC/Allay) that aims to be small
- [x] Detect java status
- [x] Manage Allay
- [x] Discover system proxy setting automatically
- [ ] Arm64 architecture support

## Installation

Expand All @@ -19,11 +20,13 @@ WIP
## Commands

Start the server (will download the latest nightly version of allay if allay haven't been downloaded):

```bash
allay
```

This is equal to:

```bash
allay -u -r -n
```
Expand All @@ -36,24 +39,28 @@ Available options:
- `-a` Pass arguments to java
- `-d` Use deamon mode, which the launcher will restart the server after server stopped

Start the server with specified maximum memory limit:
Start the server with specified memory limit:

Windows(cmd):

```bash
allay -u -r -n -a '-Xms1G -Xmx4G'
```

Linux(bash):

```bash
allay -u -r -n -a '\-Xms1G \-Xmx4G'
```

Start the server, and will restart the server if server crashed:

```bash
allay -u -r -n -d
```

Start the server, but do not check for update:

```bash
allay -r
```
Expand Down

0 comments on commit 3632ea5

Please sign in to comment.