mirror of
https://github.com/mbierlee/mirage-injector.git
synced 2024-11-14 21:04:00 +01:00
11 lines
287 B
Markdown
11 lines
287 B
Markdown
|
To run any of these examples, specify the relevant DUB configuration:
|
||
|
```
|
||
|
dub run --build=release --config=<name>Example
|
||
|
```
|
||
|
Where \<name\> corresponds to the name of the folder where the code example is in (camel-cased).
|
||
|
|
||
|
e.g:
|
||
|
```
|
||
|
dub run --build=release --config=quickstartExample
|
||
|
```
|