summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2023-08-22 16:08:05 +0100
committerGitHub <noreply@github.com>2023-08-22 16:08:05 +0100
commitac0e66d1c4a263d10ecd15936ff1ca217445a177 (patch)
tree19ee2395a3c0da6942ed8d8ba181dd2ee6ed726d /README.md
parent3132abc58c5fa6977a11862068b19cab0a9a2621 (diff)
parent36617f4fbaae28438509310273ca58c1a83f4ee1 (diff)
downloadcommunity.vyos.net-ac0e66d1c4a263d10ecd15936ff1ca217445a177.tar.gz
community.vyos.net-ac0e66d1c4a263d10ecd15936ff1ca217445a177.zip
Merge branch 'main' into patch-1
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`).