File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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:
35361 . ** Clone the repository**
3637``` bash
3738git 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:
You can’t perform that action at this time.
0 commit comments