diff --git a/README.HACKING.md b/README.HACKING.md index 663d8d49df4e60c1be8868e489b144711b0c2cc1..02460d285af64440f46e86ce9e566e7e0d882528 100644 --- a/README.HACKING.md +++ b/README.HACKING.md @@ -30,3 +30,8 @@ of hints of how this is peaced together lies there. Check out [README.MONOTONECHEATSHEET.md](README.MONOTONECHEATSHEET.md) file. +## SBT Behind proxy + +Seems it's a hassle behind SOCKSv5. But for use of HTTP proxy to fetch +dependencies and such, please edit `export SBT_OPTS="$SBT_OPTS -Dhttp.proxyHost=myproxy-Dhttp.proxyPort=myport"` +to have correct values for your system, then execute it before you start SBT. \ No newline at end of file