gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix typo: do ‘./bootstrap’ after ‘cd


From: gnunet
Subject: [taler-docs] branch master updated: fix typo: do ‘./bootstrap’ after ‘cd wallet-core’
Date: Thu, 26 Nov 2020 06:29:09 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d86841f  fix typo: do ‘./bootstrap’ after ‘cd wallet-core’
d86841f is described below

commit d86841f0fe2f4a9fdacacf4294640337c38f5d97
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Nov 26 00:27:53 2020 -0500

    fix typo: do ‘./bootstrap’ after ‘cd wallet-core’
---
 taler-wallet.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index bc82635..9b519fd 100644
--- 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[];
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]