From b012bef7b0e86093b316590eece14c8e599f9ad9 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:53:28 +1200 Subject: [PATCH] Remove message saying dashboard wont work on windows (#3082) --- guides/getting_started_command_line.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/guides/getting_started_command_line.rst b/guides/getting_started_command_line.rst index da532d7c7..0f127179a 100644 --- a/guides/getting_started_command_line.rst +++ b/guides/getting_started_command_line.rst @@ -42,8 +42,8 @@ If you want to use `docker-compose` instead, here's a sample file: .. note:: - If you are using NFS share to back your container's config volume, you may - need to mount the volume with the `nolock` option, otherwise platformio may + If you are using NFS share to back your container's config volume, you may + need to mount the volume with the `nolock` option, otherwise platformio may freeze on container startup as per `platformIO-core Issue 3089 `__ The project provides multiple docker tags; please pick the one that suits you @@ -208,8 +208,7 @@ Bonus: ESPHome dashboard ESPHome features a dashboard that you can use to easily manage your nodes from a nice web interface. It was primarily designed for -:doc:`the Home Assistant add-on `, but also works with a simple command on -\*nix machines (sorry, no windows). +:doc:`the Home Assistant add-on `, but also works with a simple command. To start the ESPHome dashboard, simply start ESPHome with the following command (with ``config/`` pointing to a directory where you want to store your configurations)