mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 03:57:11 -07:00
Fix proxy name.
This commit is contained in:
parent
a9796f4378
commit
39966d8aaf
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ New versions found:
|
|||
<em>Note:</em> If the <code>--update</code> parameter can't download Kobalt because your machine is
|
||||
behind a proxy, you can specify that proxy as a system environment variable when launching the JVM
|
||||
to run Kobalt:
|
||||
<pre>java -DhttpProxy=host:port -jar kobalt/wrapper/kobalt-wrapper.jar --update</pre>
|
||||
<pre>java -Dhttp_proxy=host:port -jar kobalt/wrapper/kobalt-wrapper.jar --update</pre>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue