From 530d5d9e5a8d3d977252ad4953e81206f439ee17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= <49430012+sjuergen@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:16:50 +0200 Subject: [PATCH] apax V1.3.0 behavior --- Readme.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index d5c15c7..85a05b7 100644 --- a/Readme.md +++ b/Readme.md @@ -19,10 +19,27 @@ This application example shows how to use the state framework of the package `@s Run the following commands in a CLI + if you use apax `V1.2.0` ```sh apax create @simatic-ax/ae-trafficlight --registry https://npm.pkg.github.com ae-trafficlight - cd ae-trafficlight - axcode . + ``` + + if you use apax `V1.3.0` + + ```sh + apax create @simatic-ax/template-ae-trafficlight --registry https://npm.pkg.github.com ae-trafficlight + ``` + + Open `AxCode` with + + ```sh + axcode ae-trafficlight + ``` + + and install the dependencies with: + + ```sh + apax install -L ``` 1. If not open, open a terminal (`CTRL+SHIFT+รถ`)