Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcolini committed Jan 21, 2024
1 parent 0d7a82b commit 3ff8951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,11 @@ repositories {
}
dependencies {
implementation "com.github.amarcolini.joos:$module:0.4.8"
implementation "com.github.amarcolini.joos:$module:0.4.9"
}
```

Note that since the `command` module implicitly imports the `navigation` module,
only one implementation statement is needed.

To use the GUI, you can either download the image specific to your platform from the releases page (the launcher is located
in the bin folder), or import it into an empty java module like so:

### Gradle

```groovy
repositories {
maven { url 'https://jitpack.io' }
}
//Don't forget to set java version to 11
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
dependencies {
//Gradle will automatically retrieve the correct dependencies based on your operating system
implementation "com.github.amarcolini.joos:gui:0.4.8"
}
```
The complete installation guide can be found in [the docs](https://amarcolini.github.io/joos_docs/).
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ object ConfigHandler {
}
}

private fun createVariableFromArray(
fun createVariableFromArray(
array: () -> Array<*>,
arrayType: KClass<*>,
parent: Any,
Expand Down

0 comments on commit 3ff8951

Please sign in to comment.