diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..484b809 --- /dev/null +++ b/example/README.md @@ -0,0 +1,5 @@ +To build any of these examples, specify the relevant DUB configuration when building with DUB: +``` +dub build --build=release --config=Example +``` +Where corresponds to the name of the folder where the code example is in.