summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5116550..cb8c530 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ Two tools are _required_ for building:
* [soupault](https://soupault.app) static site generator.
* [Sass](https://sass-lang.com/) compiler, the Dart version.
+* [cmark](https://github.com/commonmark/cmark) Markdown processor.
**Note:** the C++ `sassc` _will not_ work! The Dart and the C++ "reference implementations" don't behave the same,
and you'll need the Dart one (available from npm, `npm install -g sass`).