We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040c598 commit 0f08424Copy full SHA for 0f08424
README.md
@@ -4,6 +4,13 @@ A collection of useful user defined snippets for AX Code.
4
5
## Install the snippets collection
6
7
+Before installing the snippets collection, the URL to the package registry need to be defined in the apax.yml
8
+
9
+```yml
10
+registries:
11
+ '@simatic-ax': 'https://npm.pkg.github.com/'
12
+```
13
14
To install the snippets collection to your workspace enter the following command in a terminal:
15
16
```bash
0 commit comments