Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafabinguldev authored Feb 20, 2025
1 parent 553e626 commit 091a3bc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ public
example.png
```

### settings.yml
```
server:
port: 8080
threadSize: 2
ui: true
```
### Prerequisites

Before you begin, ensure that you have the following software installed on your local machine:
Expand All @@ -83,6 +90,12 @@ Before you begin, ensure that you have the following software installed on your

Follow these steps to set up Aurelius on your machine:

**Windows**
- **1** Download the latest version from Releases, download the exe file [Download](/~https://github.com/mustafabinguldev/Aurelius/releases)
- **2** Put the jar in an empty folder.
- **3** Launch the exe file and it's that simple!
**All Platforms**
- **1**. Download the latest version from Releases, download the jar file [Download](/~https://github.com/mustafabinguldev/Aurelius/releases)
- **2**. Put the jar in an empty folder.
- **3**. Create a bat file and paste the launch code and then launch it.
Expand All @@ -91,4 +104,3 @@ java -Dfile.encoding=UTF-8 -jar aurelius.jar
```

0 comments on commit 091a3bc

Please sign in to comment.