mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Merge branch 'master' of github.com:cbeust/kobalt-doc
This commit is contained in:
commit
2f13998e85
2 changed files with 9 additions and 7 deletions
|
@ -234,8 +234,8 @@ dependencies {
|
||||||
|
|
||||||
<h2 class="section" id="settings">Settings</h2>
|
<h2 class="section" id="settings">Settings</h2>
|
||||||
<p>
|
<p>
|
||||||
You can create settings that will apply to all your Kobalt builds by creating
|
You can define settings that will apply to all your Kobalt builds by creating
|
||||||
a file in <code>~/kobalt/settings.xml</code>:
|
the file <code>~/.config/kobalt/settings.xml</code>:
|
||||||
</p>
|
</p>
|
||||||
<pre class="brush:plain">
|
<pre class="brush:plain">
|
||||||
<kobalt-settings>
|
<kobalt-settings>
|
||||||
|
@ -332,10 +332,10 @@ Available templates
|
||||||
Plug-in: Kobalt
|
Plug-in: Kobalt
|
||||||
"java" Generates a simple Java project
|
"java" Generates a simple Java project
|
||||||
"kotlin" Generates a simple Kotlin project
|
"kotlin" Generates a simple Kotlin project
|
||||||
"kobaltPlugin" Generate a sample Kobalt plug-in project
|
"kobaltPlugin" Generate a sample Kobalt plug-in project
|
||||||
Plug-in: Android
|
Plug-in: Android
|
||||||
"androidJava" Generate a simple Android Java project<
|
"androidJava" Generate a simple Android Java project
|
||||||
"androidKotlin" Generate a simple Android Kotlin project</pre>
|
"androidKotlin" Generate a simple Android Kotlin project</pre>
|
||||||
<p>
|
<p>
|
||||||
We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called
|
We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called
|
||||||
<code>"android-java"</code>. The <code>--plugins</code> parameter expects a comma-separated list of plug-in
|
<code>"android-java"</code>. The <code>--plugins</code> parameter expects a comma-separated list of plug-in
|
||||||
|
|
|
@ -51,11 +51,13 @@ $ which kobaltw
|
||||||
</p>
|
</p>
|
||||||
<h3 class="section" indent="1" id="manually">Manually</h3>
|
<h3 class="section" indent="1" id="manually">Manually</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/cbeust/kobalt/releases/latest">Download the zip file</a> and unzip it in a directory that you can add to your <code>$PATH</code> variable:
|
<a href="https://github.com/cbeust/kobalt/releases/latest">Download the zip file</a>, unzip it and add that directory to your <code>$PATH</code> variable so that you can invoke the command <code>kobaltw</code>.
|
||||||
</p>
|
</p>
|
||||||
<pre class="brush:plain">
|
<pre class="brush:plain">
|
||||||
cd yourLocation
|
cd yourLocation
|
||||||
unzip kobalt-xxx.zip
|
unzip kobalt-xxx.zip
|
||||||
|
cd kobalt-xxx
|
||||||
|
export PATH=$PWD:$PATH
|
||||||
</pre>
|
</pre>
|
||||||
<h2 class="section" id="initialize">2. Initialize your project</h2>
|
<h2 class="section" id="initialize">2. Initialize your project</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue