summaryrefslogtreecommitdiff
path: root/demo/README
diff options
context:
space:
mode:
Diffstat (limited to 'demo/README')
-rw-r--r--demo/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/demo/README b/demo/README
new file mode 100644
index 0000000..30bf51e
--- /dev/null
+++ b/demo/README
@@ -0,0 +1,15 @@
+Directory hosting the "starting" Website for the whole Taler demo experience.
+Through it, it is possible to download the extension and get links to the demo
+bank and shop.
+
+
+Building
+-----------
+
+For building run::
+
+ git submodule init
+ git submodule update --remote
+ AUTOMAKE="automake --foreign" autoreconf -fiv
+ ./configure
+ make