From 35dc098c31b8fa1bddfa0930315c2f70c723f8d4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 4 Jun 2014 18:38:27 -0400 Subject: [PATCH] README.md: Add a note about HTTP proxy --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 89655e6e..8d530f9b 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ this case) - otherwise we you will download the packages for each treecompose. You can export `/srv/rpm-ostree/repo` via any static webserver. + +The use of `--proxy` is not mandatory but strongly recommended - with +this option you can avoid continually redownloading the packages every +compose. I personally use +[Polipo](http://www.pps.univ-paris-diderot.fr/~jch/software/polipo/), +but you can of course any HTTP proxy you wish.