From 3dba4b217948c451c6114aefec275c05cfd6ab75 Mon Sep 17 00:00:00 2001 From: 4pr0n <4pr0n@users.noreply.github.com> Date: Sat, 5 Apr 2014 09:01:45 -0700 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c05eb34..0a462303 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -ripme +Ripme ===== -Client-side album ripper for various websites. +Client-side Java album ripper for various websites. -Written in Java for cross-platform support. -releases +Features ======== -**Early alpha release of [ripme.jar](http://rarchives.com/ripme.jar)** +* Quickly downloads all images in an online album (see supported sites below) +* Easily re-rip albums to fetch new content Supported sites: * imgur @@ -23,12 +23,23 @@ Supported sites: * reddit * gonewild * 8muses +* deviantart +* xhamster -building +Releases ======== -To build the .jar file, run: +**Beta: [ripme.jar v 1.0.2](http://rarchives.com/ripme.jar)** + + + +Compiling & Building +==================== + +To build the .jar file using Maven, run: ```bash mvn clean compile assembly:single ``` + +This will include all dependencies in the JAR.