summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 14:10:51 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 14:10:51 +0200
commit8f899beb4cf40821399d55c648787b487423c93a (patch)
treeb51adbc6f3a60dfde333e8c8ba805b68816b2a1e /README
parent10df69131f70c63a94247edf38f40ba5a31ae54e (diff)
downloadwallet-core-8f899beb4cf40821399d55c648787b487423c93a.tar.gz
wallet-core-8f899beb4cf40821399d55c648787b487423c93a.tar.bz2
wallet-core-8f899beb4cf40821399d55c648787b487423c93a.zip
tweak build system
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f2256cc48..b7091b70d 100644
--- a/README
+++ b/README
@@ -25,14 +25,14 @@ https://git.taler.net/libtalerutil-emscripten.git/
Building from source (Web Extension)
======================================
-Run `./configure && make' to create an archive
+Run `./configure && make webex-stable' to create an archive
containing the extension in ./build/taler-wallet-$VERSION.zip
Building from source (Node.JS)
======================================
-Run `./configure && make tsc' to build the wallet. The command line
+Run `./configure && make' to build the wallet. The command line
interface for the wallet is available in `./bin/taler-wallet-cli'.