Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 authored Oct 12, 2016
1 parent 4b8ba63 commit e16ea75
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,30 +80,5 @@ And they are all **VALID Kotlin codes**. U can even compile them directly with *

### simplest

Simply using Kotlin compiler **kotlinc** to compile your code, with classpath directing this project and the jar of FriceEngine.
Simply using Kotlin compiler **kotlinc** to compile your code, with classpath directing the jar in releases.

please wait for the release, after that U can import a jar into your IDE and use it.


### Recommended

Gradle is strongly recommended!

```groovy
// build.gradle:
dependencies {
compile 'com.github.icela:FriceEngine-DSL:v0.1'
}
// global gradle file
allprojects {
repositories {
// ...
maven { url "https://jitpack.io" }
}
}
```

0 comments on commit e16ea75

Please sign in to comment.