From c3e953844399fbc4cad5629561265c5072f92e0f Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Sun, 7 Mar 2021 09:15:53 +0100 Subject: [PATCH] docs: mention that Erlang is a runtime dependency close #75 --- manual/src/getting-started/installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manual/src/getting-started/installation.md b/manual/src/getting-started/installation.md index e03ead4187..a71cd2c7e3 100644 --- a/manual/src/getting-started/installation.md +++ b/manual/src/getting-started/installation.md @@ -1,8 +1,11 @@ -# Installation - Caramel works on macOS, Linux, and Windows. It is a single binary, and it has no external dependencies. +The only prerequisite to run the code you compile with Caramel, is Erlang or +Elixir. The [Elixir installation](https://elixir-lang.org/install.html) page +lists many ways to install it comfortably, we suggest you to follow that step +before continuing. + ### Manual binary installation You can manuall install Caramel as well on Windows, macOS, or Linux by downloading