summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-11 22:38:12 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-11 22:38:12 +0200
commit9360fed258098158c51b3a384a76ff570afcdce0 (patch)
treeecaebd8332dd06393a6726909555169d2a8f8a16 /README.md
parent70075a836db93b148dc55f4ee63edb6b36d5f9fb (diff)
downloadtaler-merchant-demos-9360fed258098158c51b3a384a76ff570afcdce0.tar.gz
taler-merchant-demos-9360fed258098158c51b3a384a76ff570afcdce0.tar.bz2
taler-merchant-demos-9360fed258098158c51b3a384a76ff570afcdce0.zip
inline step 8
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index c9f3e7f..eebbbdb 100644
--- a/README.md
+++ b/README.md
@@ -39,13 +39,10 @@ Step 6: Install LXML
Step 7: Install NPM<br>
-> ```$ sudo apt install npm; sudo npm install -g npm node```
+> ```$ sudo apt install npm; sudo npm install -g npm node sass```
<br>
-Step 8: Install scss<br>
-> ```$ make sass-install```
-
This will the NPM implementation of sass. If you have a Ruby
tool called 'sass' installed, this build will NOT work.