From b07239c07a7bc9c012b9fe25819b68fd994b14d0 Mon Sep 17 00:00:00 2001 From: Andre Riesco Date: Wed, 11 Sep 2024 16:13:32 -0300 Subject: [PATCH] tcb: Add link to developer page on .doc/README.md Signed-off-by: Andre Riesco --- tcb/.doc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcb/.doc/README.md b/tcb/.doc/README.md index 3a02411bf..0468a53dd 100644 --- a/tcb/.doc/README.md +++ b/tcb/.doc/README.md @@ -2,6 +2,8 @@ This is a special type of template which is meant to ease the use of the [TorizonCore Builder tool](https://developer.toradex.com/torizon/os-customization/torizoncore-builder-tool-customizing-torizoncore-images), with the help of the [TorizonCore Builder Extension](https://marketplace.visualstudio.com/items?itemName=Toradex.tcb-vscode). +You can also find other useful information about this template and how to use it on the [TorizonCore Builder VSCode Integration Toradex's developer page](https://developer.toradex.com/torizon/os-customization/torizoncore-builder-vs-code-integration). + > ⚠️ **WARNING:** At the moment the [TorizonCore Builder Extension](https://marketplace.visualstudio.com/items?itemName=Toradex.tcb-vscode), and therefore this template, are experimental, so it is not guaranteed that everything will work fine ⚠️ Although different than the other templates, this templates shares some similarities with the other templates in some tasks, some scripts and the workspace structure of some files. Therefore, it is highly recommended that you go through the [Torizon IDE Extension documentation](https://developer.toradex.com/torizon/application-development/ide-extension/) before starting to use this template.