mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 03:57:11 -07:00
Path update.
This commit is contained in:
parent
f24a883b22
commit
8f452d950b
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@ $ which kobaltw
|
|||
</p>
|
||||
<h3 class="section" indent="1" id="manually">Manually</h3>
|
||||
<p>
|
||||
<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>.
|
||||
<a href="https://github.com/cbeust/kobalt/releases/latest">Download the zip file</a>, unzip it and add the <code>bin</code> directory to your <code>$PATH</code> variable so that you can invoke the command <code>kobaltw</code>:
|
||||
</p>
|
||||
<pre class="brush:plain">
|
||||
cd yourLocation
|
||||
unzip kobalt-xxx.zip
|
||||
cd kobalt-xxx
|
||||
export PATH=$PWD:$PATH
|
||||
export PATH=$PWD/bin:$PATH
|
||||
</pre>
|
||||
<h2 class="section" id="initialize">2. Initialize your project</h2>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue