From ccda9a828634db430dff0a523e0ee42af39b0798 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 21 Sep 2020 21:24:23 +0200 Subject: [PATCH] Doc update for Liquidsoap 1.4.3. #34 --- docs/installation-development.md | 4 ++-- docs/installation-production.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation-development.md b/docs/installation-development.md index a628aa58..55b20a34 100644 --- a/docs/installation-development.md +++ b/docs/installation-development.md @@ -49,9 +49,9 @@ sudo apt-get install \ **Liquidsoap Repository** -Engine requires at least `Liquidsoap 1.4.2` or newer, installed using [OPAM (OCaml Package Manager)](https://opam.ocaml.org/). +Engine requires at least `Liquidsoap 1.4.3` or newer, installed using [OPAM (OCaml Package Manager)](https://opam.ocaml.org/). -Add the current Liquidsoap repository from [this installation guide](https://www.liquidsoap.info/doc-1.4.2/install.html). +Add the current Liquidsoap repository from [this installation guide](https://www.liquidsoap.info/doc-1.4.3/install.html). The other steps required for the Liquidsoap installation are handled by the `install.sh` script. If you experience any errors, carefully review them and consult the official documentation for installing Liquidsoap. diff --git a/docs/installation-production.md b/docs/installation-production.md index 1b86cc29..f9506a25 100644 --- a/docs/installation-production.md +++ b/docs/installation-production.md @@ -70,9 +70,9 @@ And switch to that user **Liquidsoap Repository** -Engine requires at least `Liquidsoap 1.4.2` or newer, installed using [OPAM (OCaml Package Manager)](https://opam.ocaml.org/). +Engine requires at least `Liquidsoap 1.4.3` or newer, installed using [OPAM (OCaml Package Manager)](https://opam.ocaml.org/). -Add the current Liquidsoap repository from [this installation guide](https://www.liquidsoap.info/doc-1.4.2/install.html). +Add the current Liquidsoap repository from [this installation guide](https://www.liquidsoap.info/doc-1.4.3/install.html). The other steps required for the Liquidsoap installation are handled by the `install.sh` script. If you experience any errors, carefully review them and consult the official documentation for installing Liquidsoap. -- GitLab