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

Clarify kobaltw.

This commit is contained in:
Cedric Beust 2016-02-27 19:56:25 -08:00
parent 7a9559e1ff
commit 1a398913b4

View file

@ -85,7 +85,7 @@ This command will do two things:
<li>Install the Kobalt Wrapper in your current directory (a script called <code>kobaltw</code>) and a few additional files in the <code>kobalt/wrapper</code> directory.</li>
</ol>
<p>
From now on, you can just use <code>./kobaltw</code> to build and you can ignore the <code>kobaltw</code> on your path (this command is only useful for initializing projects).
From now on, you can just use <code>./kobaltw</code> to build and you can ignore the <code>kobaltw</code> on your path, which is only useful to install Kobalt on new projects. Since you will now build each project with its own <code>./kobaltw</code> command, they will use their own version of Kobalt.
</p>
<h2 class="section" id="edit">3. Edit kobalt/src/Build.kt</h2>