commit 658cbd4ea4860715959bcd0ec2a829fb57da3cb3 Author: 4pr0n <4pr0n@users.noreply.github.com> Date: Sun May 25 23:43:36 2014 -0700 Created How To Run RipMe (markdown) diff --git a/How-To-Run-RipMe.md b/How-To-Run-RipMe.md new file mode 100644 index 0000000..fcdf2e1 --- /dev/null +++ b/How-To-Run-RipMe.md @@ -0,0 +1,14 @@ +Make sure you have Java installed. You can download / install it at this site: http://www.java.com/en/download/help/index_installing.xml + +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. + +Command Line Options +-------------------- +``` +usage: java -jar ripme.jar [OPTIONS] + -h,--help Print the help + -r,--rerip Re-rip all ripped albums + -t,--threads Number of download threads per rip + -u,--url URL of album to rip + -w,--overwrite Overwrite existing files +``` \ No newline at end of file