diff options
author | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2021-08-26 10:44:15 +0900 |
---|---|---|
committer | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2021-08-26 10:45:12 +0900 |
commit | 666b37f3bdf9781cdee7b2ac37169315d1f49533 (patch) | |
tree | b92a72d9851f972f081a1411421e84aaa79a2dc5 /README.md | |
parent | e64ab752239f906d2a7f9e75757b7c9fd8aae522 (diff) |
update README
Usage will be moved to AGL document site.
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -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/ + |