gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Use wget(1) in examples more


From: gnunet
Subject: [taler-docs] branch master updated: Use wget(1) in examples more
Date: Thu, 23 Dec 2021 07:19:55 +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 d0dd945  Use wget(1) in examples more
d0dd945 is described below

commit d0dd94532802ad5b8ab00d4c378fe64359f4e3a1
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Dec 23 01:19:22 2021 -0500

    Use wget(1) in examples more
---
 taler-merchant-manual.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index faa9aa1..08663d5 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -830,7 +830,7 @@ If everything worked as expected, the command
 
 .. code-block:: console
 
-   $ curl http://localhost:8888/config
+   $ wget -O - http://localhost:8888/config
 
 should return some basic configuration status data about the service.
 
@@ -853,7 +853,7 @@ Instance setup
 First of all, we recommend the use of the single-page administration
 application that is served by default at the base URL of the merchant backend.
 You can use it to perform all steps described in this section (and more!),
-using a simple Web interface instead of the ``curl`` commands given below.
+using a simple Web interface instead of the ``wget`` commands given below.
 
 The first step for using the backend involves the creation of a ``default``
 instance. The ``default`` instance can also create / delete / configure other
@@ -1731,5 +1731,5 @@ request to the merchant, for example:
 
 .. code-block:: console
 
-   $ curl http://$(docker-machine ip)/
+   $ wget -O - http://$(docker-machine ip)/
    # A greeting message should be returned by the merchant.

-- 
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]