summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index d9f9d7fb..18ae0496 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -13,7 +13,7 @@ The command-line wallet is used primarily for testing by developers.
Building from source
--------------------
-.. code-block:: sh
+.. code-block:: console
$ git clone https://git.taler.net/wallet-core.git
$ cd wallet-core
@@ -30,7 +30,7 @@ The wallet can also obtained via NPM, the Node Package Manager.
To install the wallet as a global package, run:
-.. code-block:: sh
+.. code-block:: console
$ npm install -g taler-wallet
# check if installation was successful
@@ -38,7 +38,7 @@ To install the wallet as a global package, run:
To install the wallet only for your user, run:
-.. code-block:: sh
+.. code-block:: console
$ npm install -g --prefix=$HOME/local taler-wallet
# check if installation was successful
@@ -47,7 +47,7 @@ To install the wallet only for your user, run:
To use the wallet as a library in your own project, run:
-.. code-block:: sh
+.. code-block:: console
$ npm install taler-wallet
@@ -55,7 +55,7 @@ To use the wallet as a library in your own project, run:
Manual withdrawing
==================
-.. code-block:: sh
+.. code-block:: console
$ taler-wallet-cli advanced withdraw-manually \
--exchange https://exchange.eurint.taler.net/ \
@@ -67,7 +67,7 @@ WebExtension Wallet
Building from source
--------------------
-.. code-block:: sh
+.. code-block:: console
$ git clone https://git.taler.net/wallet-core.git
$ cd wallet-core
@@ -1093,7 +1093,7 @@ the subcommands. If the database file doesn't exist, it will be created.
The following example does a simple withdrawal recoup:
-.. code-block:: sh
+.. code-block:: console
# Withdraw digital cash
$ taler-wallet-cli --wallet-db=mydb.json testing withdraw \
@@ -1140,7 +1140,7 @@ The following example does a simple withdrawal recoup:
To test refreshing, force a refresh:
-.. code-block:: sh
+.. code-block:: console
$ taler-wallet-cli --wallet-db=mydb.json advanced force-refresh "$coin_pub"
@@ -1148,7 +1148,7 @@ To test refreshing, force a refresh:
To test zombie coins, use the timetravel option. It **must** be passed to the
top-level command and not the subcommand:
-.. code-block:: sh
+.. code-block:: console
# Update exchange /keys with time travel, value in microseconds
$ taler-wallet-cli --timetravel=1000000 --wallet-db=mydb.json \