From dc283a4692c41076e8418eef78e122c80e7b0a04 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Thu, 15 Feb 2018 07:24:01 -0800 Subject: [PATCH 1/2] [doc]: add build note to use normal user account to do the make --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e368b60291b1..b235b9c1ba6e 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,9 @@ To build SONiC installer image and docker images, run the following commands: **NOTE**: -- We recommend reserving 50G free space to build one platform. +- Recommend reserving 50G free space to build one platform. - Use ```http_proxy=[your_proxy] https_proxy=[your_proxy] make``` to enable http(s) proxy in the build process. +- Add your user account to ```docker``` group and use your user account to make. ```root``` or ```sudo``` are not supported. The SONiC installer contains all docker images needed. SONiC uses one image for all devices of a same ASIC vendor. The supported ASIC vendors are: From aeaa89d6f29ae9b54fd4e909ad4d781cd3e3706f Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Thu, 15 Feb 2018 22:43:24 +0000 Subject: [PATCH 2/2] change triple backticks to single backtick --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b235b9c1ba6e..7c4287b6b997 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ To build SONiC installer image and docker images, run the following commands: **NOTE**: - Recommend reserving 50G free space to build one platform. -- Use ```http_proxy=[your_proxy] https_proxy=[your_proxy] make``` to enable http(s) proxy in the build process. -- Add your user account to ```docker``` group and use your user account to make. ```root``` or ```sudo``` are not supported. +- Use `http_proxy=[your_proxy] https_proxy=[your_proxy] make` to enable http(s) proxy in the build process. +- Add your user account to `docker` group and use your user account to make. `root` or `sudo` are not supported. The SONiC installer contains all docker images needed. SONiC uses one image for all devices of a same ASIC vendor. The supported ASIC vendors are: