From c913bd0dbc4c42499233fee78bceaa1c7bef8918 Mon Sep 17 00:00:00 2001 From: Christoph Porod-Wanasek Date: Thu, 6 Jun 2024 19:28:34 +0200 Subject: [PATCH] add system requirements section for linux to tools readme --- tools/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/README.md b/tools/README.md index 874e189f6..c6d7d095b 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,5 +1,11 @@ # ReScript Tools +## System Requirements + +### Linux + +The `musl` package needs to be installed to be able to run the binary. + ## Install ```sh