taler-merchant-demos

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

commit 2d67ccfa0e490b907a9dac6b9add737429dd9527
parent 05a99e03d7493c103360efb08344eb5aa32979fb
Author: Torsten Grothoff <tg@wafflepowered.com>
Date:   Sun,  6 Sep 2020 16:48:50 +0200

fixed thing in readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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*