From aac43cca1579fd32b7c0a03b5aeb878757ce7a35 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 21 Feb 2015 17:53:15 +0100 Subject: [PATCH] Add building instructions for examples --- example/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 example/README.md 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.