diff --git a/examples/edi-to-record/edi_to_record.md b/examples/edi-to-record/edi_to_record.md index 7eef733345..9078f4365a 100644 --- a/examples/edi-to-record/edi_to_record.md +++ b/examples/edi-to-record/edi_to_record.md @@ -18,6 +18,10 @@ Create a new folder named `resources` in the root of the project and copy the sc ::: out package_structure.out ::: +Get the EDI tool from the Ballerina central using the below command: + +::: out tool_pull_command.out ::: + Run the below command from the project root directory to generate the Ballerina parser for the above schema. ::: out codegen_command.out ::: diff --git a/examples/edi-to-record/tool_pull_command.out b/examples/edi-to-record/tool_pull_command.out new file mode 100644 index 0000000000..8cdb63f178 --- /dev/null +++ b/examples/edi-to-record/tool_pull_command.out @@ -0,0 +1 @@ +$ bal tool pull edi diff --git a/examples/record-to-edi/record_to_edi.md b/examples/record-to-edi/record_to_edi.md index 0118a54c03..89bc86415d 100644 --- a/examples/record-to-edi/record_to_edi.md +++ b/examples/record-to-edi/record_to_edi.md @@ -12,6 +12,10 @@ Create a new folder named `resources` in the root of the project and copy the sc ::: out package_structure.out ::: +Get the EDI tool from the Ballerina central using the below command: + +::: out tool_pull_command.out ::: + Run the below command from the project root directory to generate the Ballerina parser for the above schema. ::: out codegen_command.out ::: diff --git a/examples/record-to-edi/tool_pull_command.out b/examples/record-to-edi/tool_pull_command.out new file mode 100644 index 0000000000..8cdb63f178 --- /dev/null +++ b/examples/record-to-edi/tool_pull_command.out @@ -0,0 +1 @@ +$ bal tool pull edi