summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-08 15:20:05 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-08 15:20:05 +0200
commitcbadc1f70e5b8a08feedd5f1d892fc7e57e5d803 (patch)
tree8e939f22497121e01ac7a93a1341251b5d63580e /README
parent15355889c1b3c54792c6e17ae763d02c5aa98b68 (diff)
downloadwallet-core-cbadc1f70e5b8a08feedd5f1d892fc7e57e5d803.tar.gz
wallet-core-cbadc1f70e5b8a08feedd5f1d892fc7e57e5d803.tar.bz2
wallet-core-cbadc1f70e5b8a08feedd5f1d892fc7e57e5d803.zip
update README
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 17 insertions, 1 deletions
diff --git a/README b/README
index 8212e7cbe..023ef1014 100644
--- a/README
+++ b/README
@@ -1,4 +1,8 @@
-Cross-browser Taler wallet written for the WebExtensions API.
+GNU Taler WebExtension Wallet
+=============================
+
+Cross-browser GNU Taler wallet written for the WebExtensions API.
+
Installation
============
@@ -6,6 +10,18 @@ Installation
Run `./configure && make' to create an archive
containing the extension in ./build/taler-wallet-$VERSION.zip
+Dependencies
+============
+
+This project has the following third-party runtime dependencies:
+
+* URI.js: URL parsing and construction
+* mithril.js: view-layer based on virtual DOMs
+* jed: gettext parsing for JavaScript
+* lodash: standard helper library for JavaScript
+* system.js: Module loader for browsers that don't support
+ ES6 modules
+
Documentation
=============