diff --git a/README.md b/README.md index efa03bf..44caf17 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Replaces file usage globally in the Wikimedia Wikifarm. This java program requires a minimum version of Java 8 installed. Consult [the wiki page](https://commons.wikimedia.org/wiki/Commons:GlobalReplace) for further instructions. ## Compile +### Jar [Download the precompiled jar file](https://github.com/Commonists/GlobalReplace/releases) or build it yourself after downloading the source with a simple ``` @@ -12,3 +13,12 @@ ant ``` You need [Apache Ant](http://ant.apache.org) installed. + +### Windows exe +To also build the windows exe: + +``` +ant dist +``` + +You need to download launch4j into the folder `./launch4j`.