summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grothoff <tg@wafflepowered.com>2020-09-06 16:48:50 +0200
committerTorsten Grothoff <tg@wafflepowered.com>2020-09-06 16:48:50 +0200
commit2d67ccfa0e490b907a9dac6b9add737429dd9527 (patch)
tree566cffe9bef80d6f3b40f3ab028a3729860e1be7
parent05a99e03d7493c103360efb08344eb5aa32979fb (diff)
downloadtaler-merchant-demos-2d67ccfa0e490b907a9dac6b9add737429dd9527.tar.gz
taler-merchant-demos-2d67ccfa0e490b907a9dac6b9add737429dd9527.tar.bz2
taler-merchant-demos-2d67ccfa0e490b907a9dac6b9add737429dd9527.zip
fixed thing in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0dde54e..d221946 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Step 8: Install scss<br>
## Quick Install for the dependencies
Here's one command to automatically install all dependencies at once:
-> ```$ sudo apt install python3.8 python3-pip -y; pip3 install lxml uwsgi; ./configure --destination=local;sudo apt install npm; sudo npm install -g npm node```
+> ```$ sudo apt install python3.8 python3-pip npm -y; pip3 install lxml uwsgi; ./configure --destination=local; sudo npm install -g npm node;make sass-install```
## Configuring the demo
*This is just how I did it, and not the main method of doing it*