Update 'How to build with docker' document (#461)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 3 Jul 2018 02:34:24 +0000 (11:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 3 Jul 2018 02:34:24 +0000 (11:34 +0900)
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 <jh1302.park@samsung.com>
doc/getting_started.md

index dc1c39c..2a64df3 100644 (file)
@@ -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