docs: add note about nginx to installation.md
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
4e2bbde829
commit
4df93481ec
|
@ -139,7 +139,14 @@ When the script completes it should start both Moonraker and Klipper. In
|
||||||
|
|
||||||
Now you may install a client, such as
|
Now you may install a client, such as
|
||||||
[Mainsail](https://github.com/meteyou/mainsail) or
|
[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
|
### Command line usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue