Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
madgrizzle committed Jan 18, 2020
2 parents 830f415 + e6e7a28 commit 6a684a7
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions README.md
Expand Up @@ -16,11 +16,21 @@ 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:

**For RPI:**
>cd ~</br>
>mkdir webcontrol</br>
cd webcontrol</br>
tar -zxvf ../webcontrol-x.xxx-linux-singledirectory.tar.gz</br>
>cd webcontrol</br>
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-rpi-singledirectory.tar.gz</br>
>tar -zxvf webcontrol-0.920-rpi-singledirectory.tar.gz</br>
where x.xxx is the release version.
**For Linux:**
>cd ~</br>
>mkdir webcontrol</br>
>cd webcontrol</br>
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-linux-singledirectory.tar.gz</br>
>tar -zxvf webcontrol-0.920-linux-singledirectory.tar.gz</br>
Change 0.920 to the lastest release if you want.

For Windows users, just extract the zip file as is.

Expand All @@ -33,22 +43,6 @@ https://github.com/madgrizzle/WebControl/releases

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 ~</br>
>mkdir webcontrol</br>
>cd webcontrol</br>
>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</br>
**For Linux:**
>cd ~</br>
>mkdir webcontrol</br>
>cd webcontrol</br>
>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</br>
Change 0.920 to the lastest release if you want.

>nano webcontrol.service
type the following:
Expand Down

0 comments on commit 6a684a7

Please sign in to comment.