From db89798fb4a32d67b491eb6feae38e085c70da1f Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 14 Mar 2018 18:11:57 -0400 Subject: [PATCH] clarify nodashboard option in the docs --- docs/dashboard.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/dashboard.rst b/docs/dashboard.rst index c6b395cdf..4d5d05fc8 100644 --- a/docs/dashboard.rst +++ b/docs/dashboard.rst @@ -22,3 +22,9 @@ There is a console at the bottom which can be used to interact with contracts or with embark itself. type ``help`` to see a list of available commands, more commands will be added with each version of Embark. + +**without the dashboard** + +if you prefer to only see the logs, you can disable the dashboard with the +nodashboard option ``embark run --nodashboard`` +