From 666b37f3bdf9781cdee7b2ac37169315d1f49533 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Thu, 26 Aug 2021 10:44:15 +0900 Subject: update README Usage will be moved to AGL document site. Signed-off-by: Kenji Hosokawa --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f547f55..67755a1 100644 --- a/README.md +++ b/README.md @@ -94,17 +94,6 @@ Supported version is as followings. - Copy rba.tool.editor.endpoint->template to the folder in which 'JSONGenerator_lib' and 'JSONGenerator.jar' is contained. ### 7. Usage -- If some errors occur, RBAModel.json is not generated (exit code 1). -```` -java -cp ./ -jar JSONGenerator.jar "[path to model directory]" "[path to output directory]" -```` - -### 8. Example -- RBAModel.json file is generated in directory same as JSONGenerator.jar -```` -java -cp ./ -jar JSONGenerator.jar "./model" -```` -- RBAModel.json file is generated in ~/ directory -```` -java -cp ./ -jar JSONGenerator.jar "./model" "~/" -```` +Refer AGL document site. +https://docs.automotivelinux.org/en/master/#5_Component_Documentation/3_rba/ + -- cgit 1.2.3-korg