From 4df93481ec80d5450122d3f8338d21de3f85f7da Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Wed, 29 Sep 2021 17:22:58 -0400 Subject: [PATCH] docs: add note about nginx to installation.md Signed-off-by: Eric Callahan --- docs/installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 260f844..38b2dba 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -139,7 +139,14 @@ When the script completes it should start both Moonraker and Klipper. In Now you may install a client, such as [Mainsail](https://github.com/meteyou/mainsail) or -[Fluidd](https://github.com/cadriel/fluidd) +[Fluidd](https://github.com/cadriel/fluidd). + +!!! Note + Moonraker's install script no longer includes the nginx dependency. + If you want to install one of the above clients on the local machine, + you may want to first install nginx (`sudo apt install nginx` on + debian/ubuntu distros). + ### Command line usage