1
0
Fork 0
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:
Cedric Beust 2016-12-07 13:25:46 -08:00
parent a9796f4378
commit 39966d8aaf

View file

@ -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>