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

Clarify doc.

This commit is contained in:
Cedric Beust 2016-07-07 05:44:07 -07:00
parent eeacf3a97d
commit f909f13e7a

View file

@ -452,7 +452,7 @@ assemble {
<h2 class="section" id="install" indent="1">install</h2> <h2 class="section" id="install" indent="1">install</h2>
<p> <p>
The <code>install</code> section lets you specify how the artifacts get installed. If you don't specify any <code>install</code> directive, then the <code>install</code> task will do nothing on your project when invoked. The <code>install</code> section lets you specify how the artifacts get installed. If you don't specify any <code>install</code> directive, then the <code>install</code> task will install your artifacts in the <code>lib</code> directory by default.
</p> </p>
<pre class="brush:java"> <pre class="brush:java">
install { install {