From c496b736ea1c88be02e1598ab8bfad4aedb9f529 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 9 Aug 2014 19:31:34 +0300 Subject: [PATCH] Append SHELL/PATH correction for Makefile --- docs/ide.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ide.rst b/docs/ide.rst index d25d65a4..130fd5d9 100644 --- a/docs/ide.rst +++ b/docs/ide.rst @@ -21,6 +21,10 @@ Put to the project directory ``Makefile`` wrapper with contents: .. code-block:: make + # Uncomment lines below for Mac/Linux OS + #SHELL := /bin/bash + #PATH := /usr/local/bin:$(PATH) + all: platformio run -t upload