From b471c41c917abfc929963541ed1594c625846182 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 21 May 2015 23:58:23 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2689b2cb..ea12a502 100644 --- a/README.md +++ b/README.md @@ -89,14 +89,11 @@ npm install ```` ### Quick windows setup +These steps install the tools for Windows (+ extras to handle the Arduino compilation scenarios) * install [Chocolatey](https://chocolatey.org/) * install nodejs, Visual Studio Code ```` -choco nodejs.install visualstudiocode -```` -* for Arduino dev -```` -choco arduino python2 pip +choco install -y nodejs git visualstudiocode arduino python2 pip ```` ## Building