Skip to content

Commit 31f974a

Browse files
Update README.md
1 parent a942198 commit 31f974a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Have a view of <b>HelperBot<b> from [here](https://github.com/desmondwong1215/ip
3232

3333
### Installation
3434

35+
Option 1:
3536
1. **Clone the repository**
3637
```bash
3738
git clone https://github.com/desmondwong1215/ip.git
@@ -42,11 +43,21 @@ cd ip
4243
- Download JavaFX SDK from [OpenJFX website](https://openjfx.io/)
4344
- Add JavaFX to your module path
4445

45-
### Running Application
46+
1. **Run Application**
4647
```
4748
./gradlew run
4849
```
4950

51+
Option 2:
52+
53+
1. **Download JAR File**
54+
- Download [helperBot.jar](https://github.com/desmondwong1215/ip/releases)
55+
- Save it to an empty folder of your choice.
56+
57+
2. **Run Application**
58+
- Open your terminal, change directory to the location of the folder that save the `helperBot.jar`.
59+
- run `java -jar helperBot.jar` and voilà.
60+
5061
<br>
5162

5263
## Features:

0 commit comments

Comments
 (0)