Skip to content

Commit b6f4589

Browse files
committed
minor #112 [Examples] add hint for using link tool with examples (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [Examples] add hint for using link tool with examples | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | | License | MIT Commits ------- 205fe0b add hint for using link tool with examples
2 parents f0b0390 + 205fe0b commit b6f4589

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)