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:
parent
d85365f56a
commit
748dcf1439
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue