From 96ccb8290f508ad8cc86a5e977c1b3bc238c2629 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 3 Jul 2018 11:34:24 +0900 Subject: [PATCH] Update 'How to build with docker' document (#461) This commit updates 'How to build nncc with docker' section in "Getting Started" document according to the recent change that extracts 'docker-configure' from 'docker-build'. Signed-off-by: Jonghyun Park --- doc/getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/getting_started.md b/doc/getting_started.md index dc1c39c..2a64df3 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -44,7 +44,10 @@ nncc$ cat Dockerfile | docker build --build-arg HTTP_PROXY --build-arg HTTPS_PRO One may easily build _nncc_ with the following command once ``nncc`` docker image is built. ``` +nncc$ ./nncc docker-configure +... nncc$ ./nncc docker-build +... ``` #### How to build and run _nncc_ unittests -- 2.7.4