summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8974620
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+This repository just contains the auditor's standalone Web site.
+The actual auditing logic is part of the 'exchange.git' repository.
+
+To build the auditor web page stand alone, make sure you have GNUnet
+installed (e.g. via apt install gnunet) for the required gnunet-ecc
+support, and run the following steps from the repository root:
+
+$ git submodule init
+$ git submodule update --remote
+$ make
+