1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 21:43:06 +02:00

Updated How To Run RipMe (markdown)

4pr0n
2014-06-07 20:01:00 -07:00
parent 472d1c0ec1
commit 506afbc027

@@ -2,6 +2,13 @@ Make sure you have Java installed. You can download / install it at this site: h
The `ripme.jar` file is actually executable. Java will execute the `.jar` file similarly to how `.exe` files are executed. Usually double-clicking the `.jar` file executes the program.
If double-clicking the `.jar` file does not open the program, you can right-click the file and select an `Open With...` option, then select the `Java` runtime application.
If all else fails, you can run the program via command-line by navigating to the directory and executing
```bash
java -jar ripme.jar
```
Command Line Options
--------------------
```