mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 05:32:50 +01:00
Add note about naming convention
This commit is contained in:
parent
932e3dab6b
commit
d3f049eb9f
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
To build any of these examples, specify the relevant DUB configuration when building Poodinis with DUB:
|
||||
```
|
||||
dub build --build=release --config=<name>Example
|
||||
```
|
||||
Where \<name\> corresponds to the name of the folder where the code example is in.
|
||||
To build any of these examples, specify the relevant DUB configuration when building Poodinis with DUB:
|
||||
```
|
||||
dub build --build=release --config=<name>Example
|
||||
```
|
||||
Where \<name\> corresponds to the name of the folder where the code example is in (camel-cased).
|
||||
|
|
Loading…
Reference in a new issue