From 3c99a5c58420b92d012d05577a6f37ee013e819b Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 18 Aug 2017 05:04:21 +0800 Subject: [PATCH] Update manual.md (#4974) format command line --- docs/getting-started-guides/ubuntu/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu/manual.md b/docs/getting-started-guides/ubuntu/manual.md index cf9ee4c675..e45fc69a33 100644 --- a/docs/getting-started-guides/ubuntu/manual.md +++ b/docs/getting-started-guides/ubuntu/manual.md @@ -130,7 +130,7 @@ for the recommended settings for various releases. If your machines are located in a private network that need proxy setting to connect the Internet, you can set the config `PROXY_SETTING` in cluster/ubuntu/config-default.sh such as: - PROXY_SETTING="http_proxy=http://server:port https_proxy=https://server:port" + PROXY_SETTING="http_proxy=http://server:port https_proxy=https://server:port" After all the above variables being set correctly, we can use following command in `cluster/` directory to bring up the whole cluster.