diff --git a/README.md b/README.md index 07903eb..b883514 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ public void compile() throws IOException { } ``` -```text +```console ./bld compile ``` @@ -47,7 +47,7 @@ public void javadoc() throws ExitStatusException, IOException, InterruptedExcept } ``` -```text +```console ./bld javadoc ``` diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..c27af21 --- /dev/null +++ b/examples/README.md @@ -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 +```