1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Fixed mkdir command to match class-name declaration.

This commit is contained in:
Erik C. Thauvin 2016-07-09 22:03:08 -07:00
parent d85365f56a
commit 748dcf1439

View file

@ -74,7 +74,7 @@
<pre class="brush:plain">
$ mkdir linecount
$ cd linecount
$ mkdir -p src/main/kotlin/com/beust/plugin/linecount
$ mkdir -p src/main/kotlin/com/beust/kobalt/plugin/linecount
$ $KOBALT_HOME/kobaltw --init kotlin
</pre>