Added examples README
This commit is contained in:
parent
a87526a0aa
commit
72f8031c3c
2 changed files with 22 additions and 2 deletions
20
examples/README.md
Normal file
20
examples/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
## Compile the Kotlin Example
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
```
|
||||
|
||||
## Run the Example
|
||||
|
||||
```console
|
||||
./bld run
|
||||
```
|
||||
|
||||
## Build the documentation with Dokka
|
||||
|
||||
```console
|
||||
./bld javadoc
|
||||
./bld dokka-html
|
||||
./bld dokka-gfm
|
||||
./bld dokka-jekyll
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue