Add building instructions for examples

This commit is contained in:
Mike Bierlee 2015-02-21 17:53:15 +01:00
parent 9b3307bb7a
commit aac43cca15

5
example/README.md Normal file
View 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.