From c41be4b294682da90141cfe41cda524a35c37ad5 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Aug 2014 19:29:57 +0300 Subject: [PATCH] Add notice about examples on the web --- docs/quickstart.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e69cbbc3..6ad1551c 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -60,4 +60,8 @@ Process the project's environments $ platformio run --target clean -For more detailed information please go to :ref:`userguide` sections. +Further examples can be found in the ``examples/`` directory in the source +distribution or `on the web `_. + +Also, for more detailed information as for commands please go to +:ref:`userguide` sections.