From 86532f356016b409783c1a796a68641ae2a6b0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20H=C3=B6lzenspies?= Date: Mon, 2 Dec 2024 15:00:20 +0000 Subject: [PATCH] Update installation instructions (Fixes #15) --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a4273f656..b35d34c91 100644 --- a/README.adoc +++ b/README.adoc @@ -12,9 +12,12 @@ Releases of the website are triggered off commits to the main branch. === Install dependencies +The Pkl HTML highlighter is written in Rust. +For now, this project's build configuration requires `cargo` to be installed on the local system. + [source,shell] ---- -$ ./gradlew downloadPklHtmlHighlighter npmInstall +$ ./gradlew pklHtmlHighlighter npmInstall ---- === Build Docs of Local Projects