Skip to content

Commit

Permalink
apax V1.3.0 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen authored Jun 9, 2023
1 parent 4a76632 commit 530d5d9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+ö`)
Expand Down

0 comments on commit 530d5d9

Please sign in to comment.