Skip to content

Commit 6a684a7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 830f415 + e6e7a28 commit 6a684a7

1 file changed

Lines changed: 13 additions & 19 deletions

File tree

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,21 @@ For Windows 10 and Linux (Debian-based, such as Ubuntu) machines, users can down
1616

1717
For Linux/RPI users, make a new subdirectory,and then issue the untar:
1818

19+
**For RPI:**
20+
>cd ~</br>
1921
>mkdir webcontrol</br>
20-
cd webcontrol</br>
21-
tar -zxvf ../webcontrol-x.xxx-linux-singledirectory.tar.gz</br>
22+
>cd webcontrol</br>
23+
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-rpi-singledirectory.tar.gz</br>
24+
>tar -zxvf webcontrol-0.920-rpi-singledirectory.tar.gz</br>
2225
23-
where x.xxx is the release version.
26+
**For Linux:**
27+
>cd ~</br>
28+
>mkdir webcontrol</br>
29+
>cd webcontrol</br>
30+
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-linux-singledirectory.tar.gz</br>
31+
>tar -zxvf webcontrol-0.920-linux-singledirectory.tar.gz</br>
32+
33+
Change 0.920 to the lastest release if you want.
2434

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

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

3444
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:
3545

36-
**For RPI:**
37-
>cd ~</br>
38-
>mkdir webcontrol</br>
39-
>cd webcontrol</br>
40-
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-rpi-singledirectory.tar.gz
41-
>tar -zxvf ../webcontrol-0.920-rpi-singledirectory.tar.gz</br>
42-
43-
**For Linux:**
44-
>cd ~</br>
45-
>mkdir webcontrol</br>
46-
>cd webcontrol</br>
47-
>wget https://github.com/madgrizzle/WebControl/releases/download/v0.920/webcontrol-0.920-linux-singledirectory.tar.gz
48-
>tar -zxvf ../webcontrol-0.920-linux-singledirectory.tar.gz</br>
49-
50-
Change 0.920 to the lastest release if you want.
51-
5246
>nano webcontrol.service
5347
5448
type the following:

0 commit comments

Comments
 (0)