diff --git a/docs/README-proxy.md b/docs/README-proxy.md index f36d9f1d..d69bae87 100644 --- a/docs/README-proxy.md +++ b/docs/README-proxy.md @@ -1,4 +1,4 @@ -===== How to build ONL behind an HTTP Proxy ===== +# How to build ONL behind an HTTP Proxy Many corporate environments don't provide native access to the Internet and instead all access must go through an HTTP proxy. Since the ONL @@ -17,7 +17,7 @@ reduce that pain. $ grep Proxy /etc/apt-cacher-ng/acng.conf Proxy: http://myproxy.mycompany.com:8080 - # /etc/init.d/apt-cacher-ng restart + $ sudo /etc/init.d/apt-cacher-ng restart 3) Make sure your git config is configured correctly for proxies: