Skip to content

Commit 205fe0b

Browse files
committed
add hint for using link tool with examples
1 parent 08c08e6 commit 205fe0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Before running the examples, you need to install the dependencies. You can do th
2424
composer install
2525
```
2626

27+
If you want to run the examples together with local changes, for example while developing a feature, you need to link
28+
the AI components into the vendor directory after `composer install`. You can use the `link` script in the root
29+
directory for this:
30+
31+
```bash
32+
../link
33+
```
34+
2735
#### Configuration
2836

2937
Depending on the examples you want to run, you may need to configure the needed API keys. Therefore, you need to create a

0 commit comments

Comments
 (0)