diff --git a/README.md b/README.md index eb21c82..335a424 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,24 @@ Properties of this simulator: Still to be written. For now, use the source ;-) +## Using it as a library in your own project + +Ksim65 is available on the [JCenter maven repository](https://bintray.com/irmen/maven/ksim65/1.7). + +You can simply add it as a dependency to your project. +For Maven: + + + net.razorvine + ksim65 + 1.7 + pom + + +For Gradle: + + implementation 'net.razorvine:ksim65:1.7' + ## Virtual machine examples