From 0e2505a30710096888900915a8fb1840c5d112b3 Mon Sep 17 00:00:00 2001 From: Rob Sherwood Date: Wed, 1 Nov 2017 10:37:41 -0700 Subject: [PATCH] Update README-proxy.md --- docs/README-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: