Skip to content

Commit

Permalink
Merge pull request hhaslam11#122 from SaurabhKukreja/sk-updatedoc-TF
Browse files Browse the repository at this point in the history
Updating doc
  • Loading branch information
hhaslam11 authored Apr 13, 2021
2 parents 8b4973f + deb5dd3 commit 1be9da1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ Installation
----------------
First, make sure you have the latest version of [Java](https://www.java.com) installed on your computer. Download the jar file from the latest [release](https://github.com/hhaslam11/Text-Fighter/releases).
Simply clicking on the .jar file won't work (..yet). You need to run it in the command line.
Open your command line/terminal, navigate to the downloaded .jar and run `java -jar Text.Fighter.jar`. If you want to run Text Fighter without the splash screen and popups (No GUI; true text-based), simply run it with the `nogui` option: `java -jar Text.Fighter.jar nogui`.
*Text-Fighter should work on Windows, Mac, and Linux.*
Open your command line/terminal, navigate to the downloaded .jar and run `java -jar Text-Fighter.jar`. If you want to run Text Fighter without the splash screen and popups (No GUI; true text-based), simply run it with the `nogui` option: `java -jar Text-Fighter.jar nogui`.
*Text-Fighter should work on Windows, Mac, and Linux.*

Running
----------------
To run this project in IntelliJ use the [these configurations](https://imgur.com/a/IpXX3Jy)

Modifications
-------------------
Expand Down

0 comments on commit 1be9da1

Please sign in to comment.