taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit c98bc6176d7911282624eaf398a1bea83c512fda
parent e5b21205bf27076e1460e6a60570f877ff69cf17
Author: Torsten Grothoff <tg@wafflepowered.com>
Date:   Sun, 23 Aug 2020 11:33:21 +0200

Originally forgot to add a section for make install, which i added.

Diffstat:
MREADME.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -62,6 +62,10 @@ Step 3: Configure the config: > 4. (Optional: Replace the currency with your currency) <br> +## Applying Changes +To apply changes, use +> ```$ make install``` + ## Running the program To start the server, use the following command:<br> -> ```taler-merchant-demos --serve-http blog``` -\ No newline at end of file +> ```$ taler-merchant-demos --serve-http blog```