summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grothoff <tg@wafflepowered.com>2020-08-23 11:33:21 +0200
committerTorsten Grothoff <tg@wafflepowered.com>2020-08-23 11:33:21 +0200
commitc98bc6176d7911282624eaf398a1bea83c512fda (patch)
tree3335a74e6c910a7f97724465efe8161074bb997f
parente5b21205bf27076e1460e6a60570f877ff69cf17 (diff)
downloadtaler-merchant-demos-c98bc6176d7911282624eaf398a1bea83c512fda.tar.gz
taler-merchant-demos-c98bc6176d7911282624eaf398a1bea83c512fda.tar.bz2
taler-merchant-demos-c98bc6176d7911282624eaf398a1bea83c512fda.zip
Originally forgot to add a section for make install, which i added.
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5a0b0c..cb5bba6 100644
--- 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```