taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d86841f0fe2f4a9fdacacf4294640337c38f5d97
parent 0b55fe68ee8b025e76fb0926c76884c782d2ce4e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 26 Nov 2020 00:27:53 -0500

fix typo: do ‘./bootstrap’ after ‘cd wallet-core’

Diffstat:
Mtaler-wallet.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -16,8 +16,8 @@ Building from source .. code-block:: sh $ git clone https://git.taler.net/wallet-core.git - $ ./bootstrap $ cd wallet-core + $ ./bootstrap $ ./configure --prefix=$INSTALL_PREFIX $ make && make install @@ -524,7 +524,7 @@ List Exchanges List all exchanges. :Response: .. ts:def:: ExchangesListResponse - + interface ExchangesListResponse { exchanges: ExchangeListItem[]; }