From d2571aa36f3a23b5c7517cfa25e35ece6b995313 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sun, 7 Oct 2018 15:10:38 -0400 Subject: [PATCH] Install file --- howto/Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 howto/Readme.md diff --git a/howto/Readme.md b/howto/Readme.md new file mode 100644 index 0000000..36a1d6a --- /dev/null +++ b/howto/Readme.md @@ -0,0 +1,18 @@ +## Assembly + +The essential components of the intval3 intervalometer are the following parts: + + +The electronics that interface with the Raspberry Pi can be created in a few different ways. A board can be purchased (soon), put together by hand on a prototyping bonnet, or etched from copper-clad board using the circuit board design files. + + +## Installation + +With a fresh [Raspian installation on the Raspberry Pi Zero W](RaspberryPiZeroW.md), you can install the intval3 software with two commands: + +``` +wget https://raw.githubusercontent.com/sixteenmillimeter/intval3/master/scripts/intval3-install.sh +sh ./intval3-install.sh + +``` +