File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4331sudo cp transport-cli transport-cli.jar /usr/local/bin/
4432```
4533
46- ### Option 3 : Windows Package
34+ ### Option 2 : Windows Package
4735
48361 . Download ` transport-cli-1.1.0-windows.zip ` from the [ releases page] ( https://github.com/anisul/transport-cli/releases )
49372 . Extract the ZIP file
50383 . 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
5452Download ` checksums.txt ` to verify file integrity:
You can’t perform that action at this time.
0 commit comments