From d93256730caad41fcbaad4e138b899d4de92ac3c Mon Sep 17 00:00:00 2001
From: Jake Read <jake.read@cba.mit.edu>
Date: Wed, 14 Nov 2018 06:37:34 -0500
Subject: [PATCH] add rpi notes lost from atk

---
 README.md | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1bb5150..8595857 100644
--- a/README.md
+++ b/README.md
@@ -187,9 +187,30 @@ One of the desires here is to run programs headlessly on small embedded computer
 
 ![ATKRouter](https://gitlab.cba.mit.edu/jakeread/atkrouter/raw/master/images/atkrouter.jpg)
 
+### Setup the Raspberry Pi
+
+ - [download raspbian](https://www.raspberrypi.org/documentation/installation/installing-images/README.md)
+ - [flash and boot, setup etc](https://www.raspberrypi.org/documentation/setup/)
+
+### Install Node on the Raspberry Pi
+
+ - to install node, download the distro you want from nodejs.org 
+ - extract the files, and hit these commands
+
+navigate to the distribution
+`` cd <distro> `` 
+copy that to local space on the pi
+`` sudo cp -R * /usr/local/ ``
+
+to check that node is installed, check the version using
+`` node -v ``
+which should return the version number of the distro you installed.
+
 However:
 
 ``` need to figure out how to get the RPI serialport to talk ``` 
 
 - https://cnc.js.org/ 
-- https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Install-Node.js-via-Node-Version-Manager-(NVM) 
\ No newline at end of file
+- https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Install-Node.js-via-Node-Version-Manager-(NVM) 
+
+
-- 
GitLab