Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbg committed Mar 19, 2020
1 parent 0dc94c2 commit e203dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This is a small server that allows you to watch digital television on your compu

## Quick installation (debian, raspbian, ubuntu)
```shell
wget https://github.com/phpbg/watchtv/releases/download/1.0.0/watchtv-1.0.0.tar.gz
tar xf watchtv-1.0.0.tar.gz
wget https://github.com/phpbg/watchtv/releases/download/1.1.0/watchtv-1.1.0.tar.gz
tar xf watchtv-1.1.0.tar.gz
cd watchtv/
sudo ./install.sh
```
Expand Down Expand Up @@ -74,7 +74,7 @@ A raspberry zero-w is enough, although I recommend you something more reliable:
2. Download latest release package from https://github.com/phpbg/watchtv/releases
3. Extract it
```shell
$ tar xf watchtv-1.0.0.tar.gz
$ tar xf watchtv-1.1.0.tar.gz
```
3. Test the server manually
```shell
Expand Down

0 comments on commit e203dc8

Please sign in to comment.