diff --git a/Readme.md b/Readme.md index 85a05b7..80f8be1 100644 --- a/Readme.md +++ b/Readme.md @@ -20,24 +20,25 @@ 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 ``` 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 ```