Skip to content

Commit 8d0ffee

Browse files
authored
Merge pull request #18 from anisul/7-update-readme-with-installation-and-usage-instructions
update documentation
2 parents 4a58b4c + 5dcf2a6 commit 8d0ffee

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,11 @@ A Spring Boot CLI application for accessing Munich public transport information
1313
- 🖥️ **Cross-platform** - Works on Windows, macOS, and Linux
1414

1515
## Requirements
16-
17-
- Java 21 or higher
1816
- Internet connection for real-time data
1917

2018
## Installation
2119

22-
### Option 1: Download and Run (Requires Java 21+)
23-
24-
```bash
25-
# Download the JAR file
26-
wget https://github.com/anisul/transport-cli/releases/download/v1.1.0/transport-cli-1.1.0.jar
27-
28-
# Run directly
29-
java -jar transport-cli-1.1.0.jar --help
30-
```
31-
32-
### Option 2: Unix/Linux/macOS Package
20+
### Option 1: Unix/Linux/macOS Package
3321

3422
```bash
3523
# Download and extract
@@ -43,12 +31,22 @@ tar -xzf transport-cli-1.1.0-unix.tar.gz
4331
sudo cp transport-cli transport-cli.jar /usr/local/bin/
4432
```
4533

46-
### Option 3: Windows Package
34+
### Option 2: Windows Package
4735

4836
1. Download `transport-cli-1.1.0-windows.zip` from the [releases page](https://github.com/anisul/transport-cli/releases)
4937
2. Extract the ZIP file
5038
3. Run: `transport-cli.bat --help`
5139

40+
### Option 3: Download and Run (Requires Java 21+)
41+
42+
```bash
43+
# Download the JAR file
44+
wget https://github.com/anisul/transport-cli/releases/download/v1.1.0/transport-cli-1.1.0.jar
45+
46+
# Run directly
47+
java -jar transport-cli-1.1.0.jar --help
48+
```
49+
5250
### File Verification
5351

5452
Download `checksums.txt` to verify file integrity:

0 commit comments

Comments
 (0)