1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-16 01:42:44 +02:00

Update README.md

This commit is contained in:
4pr0n 2014-03-14 08:18:21 -07:00
parent 597a7b3903
commit 237f287004

View File

@ -23,3 +23,12 @@ Supported sites:
* reddit
* gonewild
* 8muses
building
========
To build the .jar file, run:
```bash
mvn clean compile assembly:single
```