Skip to content

Commit

Permalink
updated instructions for how to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Jan 18, 2019
1 parent 13ca12a commit f8c9417
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ EZcrypt is made in Java and JavaFX. It uses Blowfish encryption to encrypt files

## JAR

If you want to download the standalone .JAR file (the easiest way to run this program), instead of dealing with source code files, then download it from [here](https://github.com/0x416c616e/ezcrypt/raw/master/out/artifacts/ezc_new123_jar2/ezc_new123.jar). It requires Java to run.
If you want to download the standalone .JAR file (the easiest way to run this program), instead of dealing with source code files, then download it from [here](https://github.com/0x416c616e/ezcrypt/raw/master/out/artifacts/ezc_new123_jar2/ezc_new123.jar). It requires **Java 8** to run.

How to run a jar program in a terminal/command prompt/etc:

```
java -jar jarname
```

0 comments on commit f8c9417

Please sign in to comment.