Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Update README.md to clarify installation options and file names
Browse files Browse the repository at this point in the history
  • Loading branch information
thkwag committed Dec 30, 2024
1 parent 64aca32 commit 1078243
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ ThymeLab Launcher is a desktop application that provides a user-friendly interfa
4. Launch from:
- Start Menu: ThymeLab
- Desktop shortcut (if created)
- Installation directory: `ThymeLab.exe`
- Installation directory: `ThymeLab-x.x.x.exe`

#### Option 2: Portable ZIP
1. Download `thymelab-x.x.x.zip`
2. Extract to desired location
3. Run `thymeLab-launcher-x.x.x.jar`:
#### Option 2: Using JAR File
1. Download `thymeLab-launcher-x.x.x.jar` from the latest release
2. Run the JAR file:
- Double-click the JAR file
- Or via command line:
```bash
Expand All @@ -59,8 +58,8 @@ ThymeLab Launcher is a desktop application that provides a user-friendly interfa
Due to Apple Developer ID requirements, macOS users need to build the installer:
1. Clone the repository:
```bash
git clone https://github.com/thkwag/thymelab.git
cd thymelab
git clone https://github.com/thkwag/thymelab-launcher.git
cd thymelab-launcher
```
2. Build installer:
```bash
Expand All @@ -73,26 +72,19 @@ Due to Apple Developer ID requirements, macOS users need to build the installer:
- Spotlight: ThymeLab
- Command line: `open -a ThymeLab`

#### Option 2: Portable ZIP
1. Download `thymelab-x.x.x.zip`
2. Extract to desired location:
```bash
unzip thymelab-x.x.x.zip
cd thymelab-x.x.x
```
3. Run the launcher:
#### Option 2: Using JAR File
1. Download `thymeLab-launcher-x.x.x.jar` from the latest release
2. Run the launcher:
```bash
java -jar thymeLab-launcher-x.x.x.jar
```

### Linux

#### Using Portable ZIP
1. Download `thymelab-x.x.x.zip`
2. Extract and run:
#### Using JAR File
1. Download `thymeLab-launcher-x.x.x.jar` from the latest release
2. Run the launcher:
```bash
unzip thymelab-x.x.x.zip
cd thymelab-x.x.x
java -jar thymeLab-launcher-x.x.x.jar
```

Expand Down

0 comments on commit 1078243

Please sign in to comment.