mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 03:57:11 -07:00
Fix directory.
This commit is contained in:
parent
39980e9ab0
commit
29f70174a8
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ dependencies {
|
|||
<h2 class="section" id="settings">Settings</h2>
|
||||
<p>
|
||||
You can create settings that will apply to all your Kobalt builds by creating
|
||||
a file in <code>~/.kobalt/settings.xml</code>:
|
||||
a file in <code>~/kobalt/settings.xml</code>:
|
||||
</p>
|
||||
<pre class="brush:plain">
|
||||
<kobalt-settings>
|
||||
|
@ -261,7 +261,7 @@ dependencies {
|
|||
</thead>
|
||||
<tr>
|
||||
<td><code>localRepo</code></td>
|
||||
<td><code>~/.kobalt/repository</code></td>
|
||||
<td><code>~/kobalt/repository</code></td>
|
||||
<td>Where Kobalt stores all the downloaded dependencies.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue