1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00
This commit is contained in:
Cedric Beust 2015-10-05 23:04:00 -07:00
parent 6c39cd20fa
commit c9a3168ab8
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ Let's start by creating our project:
$ mkdir linecount
$ mkdir -p src/main/kotlin/com/beust/plugin/linecount
$ touch src/main/kotlin/com/beust/plugin/linecount/Main.kt
$ $KOBALT_HOME/gradlew --init
$ $KOBALT_HOME/kobaltw --init
</pre>
<p>