aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenji Hosokawa <khosokawa@jp.adit-jv.com>2021-08-26 10:44:15 +0900
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2021-08-26 10:45:12 +0900
commit666b37f3bdf9781cdee7b2ac37169315d1f49533 (patch)
treeb92a72d9851f972f081a1411421e84aaa79a2dc5
parente64ab752239f906d2a7f9e75757b7c9fd8aae522 (diff)
update README
Usage will be moved to AGL document site. Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
-rw-r--r--README.md17
1 files 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/
+