Skip to content

Commit

Permalink
README, and .gradle/ in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarvan committed Sep 13, 2017
1 parent a143034 commit 6e49bd8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.idea/
.gradle/

build/
*.iml
out/
out/

*.iml
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Installer [![Build Status](https://img.shields.io/travis/ironcraft/Installer.svg?style=flat-square)](https://travis-ci.org/ironcraft/Installer)
# Kubithon Installer [![Build Status](https://img.shields.io/travis/ironcraft/Installer.svg?style=flat-square)](https://travis-ci.org/ironcraft/Installer)

The Ironcraft Installer
## Features

- Download files from a remote using MD5 checksums on a separated folder
- Clean outdated mods
- Add "Kubithon" profile into the Minecraft launcher

## Building

### Jar without dependencies

```bash
$ gradle build
```

Output is `build/libs/kubithon-installer-<version>.jar`

### Jar with dependencies

```bash
$ gradle fatjar
```

Output is `build/libs/kubithon-installer-<version>.jar`

## Dependencies

* Apache Commons IO (commons-io:commons-io) 2.5
* Apache Commons Codec (commons-codec:commons-codec) 1.10
* OpenLauncherLib (fr.litarvan.openlauncherlib) 3.0.3-BETA
* Swinger (fr.theshark34.swinger) 1.0.1-BETA
* Json (org.json) 20160810

0 comments on commit 6e49bd8

Please sign in to comment.