From 6c3e378e07fe92d4bb92d7533aa6559f510d54bf Mon Sep 17 00:00:00 2001 From: madgrizzle Date: Sat, 18 Jan 2020 10:42:08 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a03b9501..43f8aa9e 100644 --- a/README.md +++ b/README.md @@ -16,39 +16,33 @@ For Windows 10 and Linux (Debian-based, such as Ubuntu) machines, users can down For Linux/RPI users, make a new subdirectory,and then issue the untar: ->mkdir webcontrol
-cd webcontrol
-tar -zxvf ../webcontrol-x.xxx-linux-singledirectory.tar.gz
- -where x.xxx is the release version. - -For Windows users, just extract the zip file as is. - -Check out the release page at: - -https://github.com/madgrizzle/WebControl/releases - - -## Getting WebControl to Run Upon Startup on RPI (## NOT FULLY VETTED ##) - -Here's tentative instructions on how to get webcontrol to run on startup (from kayaker37 on forum).. This assumes you extracted webcontrol into a subdirectory called webcontrol: - **For RPI:** >cd ~
>mkdir webcontrol
>cd webcontrol
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-rpi-singledirectory.tar.gz ->tar -zxvf ../webcontrol-0.920-rpi-singledirectory.tar.gz
+>tar -zxvf webcontrol-0.920-rpi-singledirectory.tar.gz
**For Linux:** >cd ~
>mkdir webcontrol
>cd webcontrol
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-linux-singledirectory.tar.gz ->tar -zxvf ../webcontrol-0.920-linux-singledirectory.tar.gz
+>tar -zxvf webcontrol-0.920-linux-singledirectory.tar.gz
Change 0.920 to the lastest release if you want. +For Windows users, just extract the zip file as is. + +Check out the release page at: + +https://github.com/madgrizzle/WebControl/releases + + +## Getting WebControl to Run Upon Startup on RPI (## NOT FULLY VETTED ##) + +Here's tentative instructions on how to get webcontrol to run on startup (from kayaker37 on forum).. This assumes you extracted webcontrol into a subdirectory called webcontrol: + >nano webcontrol.service type the following: From e6e7a28e2e295fef80b10a12e484d372637b0215 Mon Sep 17 00:00:00 2001 From: madgrizzle Date: Sat, 18 Jan 2020 10:42:51 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f8aa9e..d16fc877 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ For Linux/RPI users, make a new subdirectory,and then issue the untar: >cd ~
>mkdir webcontrol
>cd webcontrol
->wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-rpi-singledirectory.tar.gz +>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-rpi-singledirectory.tar.gz
>tar -zxvf webcontrol-0.920-rpi-singledirectory.tar.gz
**For Linux:** >cd ~
>mkdir webcontrol
>cd webcontrol
->wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-linux-singledirectory.tar.gz +>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-linux-singledirectory.tar.gz
>tar -zxvf webcontrol-0.920-linux-singledirectory.tar.gz
Change 0.920 to the lastest release if you want.