summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2022-07-14 10:17:37 +0100
committerDaniil Baturin <daniil@baturin.org>2022-07-14 10:17:37 +0100
commitd91b59c9ee8365b38ea5eb3c0e504159c4b41e90 (patch)
tree6bd1b0c0aa86756c27f3144dc29a0d2f4ce26cc6 /README.md
parentf916d9f6104ef740fa6ffe70714f643d4d314dd9 (diff)
downloadcommunity.vyos.net-d91b59c9ee8365b38ea5eb3c0e504159c4b41e90.tar.gz
community.vyos.net-d91b59c9ee8365b38ea5eb3c0e504159c4b41e90.zip
Add cmark to build dependencies
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 0b55365..ac34f83 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ We encourage you to make sure that the site builds and looks as expected before
Two tools are _required_ for building:
* [soupault](https://soupault.app) static site generator.
+* [cmark](https://github.com/commonmark/cmark) Markdown processor.
* [SASS](https://sass-lang.com/) compiler, the Dart version.
**Note:** the C++ `sassc` _will not_ work! The Dart and the C++ "reference implementations" don't behave the same,