From e044a210d1997b8fceae2a1d2b9da4685bf8ee7d Mon Sep 17 00:00:00 2001 From: Kelsey Breseman Date: Fri, 19 Jun 2015 18:34:54 -0700 Subject: [PATCH] adds eaccess fix --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dd0bba7..4978e81 100644 --- a/index.html +++ b/index.html @@ -309,7 +309,7 @@

Install Tessel

node

Once Node.js is installed, run this installation script from your terminalnpm install -g - tessel

+ tessel. If you get the common error shown here, correct it by running sudo chown -R $(whoami) ~/.npm and then running npm install -g tessel again.

If the installation didn't work, please post the error message to our @@ -428,9 +428,9 @@

Update Tessel's Firmware

+ +