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