From 5b71709106f6bce6309d932e032deefe5ef63eb7 Mon Sep 17 00:00:00 2001 From: tpollina Date: Mon, 23 Dec 2019 14:49:45 +0100 Subject: [PATCH] Update install.rst --- docs/install.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 8f189f9..3cddb2e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -185,8 +185,17 @@ Finishing the install Make sure to update your Pi :: sudo apt-get update -y - sudo apt-get upgrade -y + sudo apt-get full-upgrade -y Reboot your Pi safely :: sudo reboot now + +Download the GitHub repo +======================== +At this link : https://github.com/tpollina/PlanktonScope/archive/master.zip +Unzip to a specific location: +:: + unzip /home/pi/Downloads/PlanktonScope-master.zip -d /home/pi/ + mv /home/pi/PlanktonScope-master /home/pi/PlanktonScope +