From a1b6ca63552e5c1c550f4cd8a9e4a1b646b0c3b2 Mon Sep 17 00:00:00 2001 From: Ravi Shah <63246200+Rav4s@users.noreply.github.com> Date: Mon, 30 Nov 2020 14:31:13 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a1e8d..5e55bdc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Pi-Garage-Door-Opener -Contains Python script, schematics, and additional information from the youtube video at https://youtu.be/An7KQbmUnhs. The install.sh file can automate all of the tasks involved in this project, including installing python3 & pip3, installing bottlepy, making the directory, pulling the latest version of the python script, and editing the /etc/rc.local file to run on startup. +Contains Python script, schematics, and additional information from the youtube video at https://youtu.be/An7KQbmUnhs. The install.sh file can automate all of the tasks involved in this project, including installing python3, installing bottlepy, making the directory, pulling the latest version of the python script, and editing the /etc/rc.local file to run on startup. ## How to run install.sh ## ### Make sure system is up to date: ### `sudo apt update && sudo apt upgrade -y`