mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Add building instructions for examples
This commit is contained in:
parent
9b3307bb7a
commit
aac43cca15
5
example/README.md
Normal file
5
example/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
To build any of these examples, specify the relevant DUB configuration when building with DUB:
|
||||
```
|
||||
dub build --build=release --config=<name>Example
|
||||
```
|
||||
Where <name> corresponds to the name of the folder where the code example is in.
|
Loading…
Reference in a new issue