From 466ba0cc480d86611d5c9f83db37f6e2ba9f12f2 Mon Sep 17 00:00:00 2001 From: kfei Date: Wed, 28 May 2014 21:10:32 +0800 Subject: [PATCH] Set text width to 80 for README Signed-off-by: kfei --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a6b226a..1c8e2bb 100644 --- a/README.rst +++ b/README.rst @@ -208,7 +208,8 @@ setup (and mirrored with all the necessary dependencies) before attempting an install. Another alternative is to set the ``wget`` env variables to point to the right -hosts, for example, put following lines into ``/root/.wgetrc`` on each node (since ceph-deploy runs wget as root):: +hosts, for example, put following lines into ``/root/.wgetrc`` on each node +(since ceph-deploy runs wget as root):: http_proxy=http://host:port ftp_proxy=http://host:port -- 2.47.3