From: 박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 Date: Tue, 26 Nov 2019 01:08:11 +0000 (+0900) Subject: [tf2circle-ui-check] Update README.md (#9179) X-Git-Tag: submit/tizen/20191205.083104~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54c1817408028fbc9516ea377b766a313ea7abf4;p=platform%2Fcore%2Fml%2Fnnfw.git [tf2circle-ui-check] Update README.md (#9179) The instruction in README.md is incorrect. Signed-off-by: Jonghyun Park --- diff --git a/compiler/tf2circle-ui-check/README.md b/compiler/tf2circle-ui-check/README.md index f2557c0..aea870e 100644 --- a/compiler/tf2circle-ui-check/README.md +++ b/compiler/tf2circle-ui-check/README.md @@ -18,4 +18,4 @@ Run "nncc configure". You may find the below messages if ``tf2circle-ui-check`` ``` Finally, build ``tf2circle_ui_check`` target and see what happens! -If CMake uses "make" as a generator, you may build ``tf2circle_ui_check`` target via running ``make tf2circle_ui_check``. +If CMake uses "make" as a generator, you may build ``tf2circle_ui_check`` target via running ``./nncc build tf2circle_ui_check``.