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

Merge pull request #13 from ethauvin/master

Fixed mkdir command to match class-name declaration.
This commit is contained in:
Cedric Beust 2016-07-10 06:06:41 -07:00 committed by GitHub
commit 7c04fb31d7

View file

@ -74,7 +74,7 @@
<pre class="brush:plain"> <pre class="brush:plain">
$ mkdir linecount $ mkdir linecount
$ cd 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 $ $KOBALT_HOME/kobaltw --init kotlin
</pre> </pre>