From 658cbd4ea4860715959bcd0ec2a829fb57da3cb3 Mon Sep 17 00:00:00 2001 From: 4pr0n <4pr0n@users.noreply.github.com> Date: Sun, 25 May 2014 23:43:36 -0700 Subject: [PATCH] Created How To Run RipMe (markdown) --- How-To-Run-RipMe.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 How-To-Run-RipMe.md 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