Skip to content

Commit

Permalink
Updated the download url of example apps zip file in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
idubnori committed Feb 7, 2018
1 parent f87e171 commit 3ffbd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ trackInfoSource.Subscribe(t => Console.WriteLine($"{t.Artist} {t.Album} {t.Song}
On your Pi, download, unzip and set permission as follows.<br>
(No need to install .NET Core.)
```bash
wget https://github.com/idubnori/shairport-sync-trackinfo-reader/releases/download/v0.1.0-alpha1/examples-linux-arm.zip
wget https://github.com/idubnori/shairport-sync-trackinfo-reader/releases/download/v0.1.0-alpha2/examples-linux-arm.zip
unzip examples-linux-arm.zip
chmod 744 ./console-viewer/ConsoleViewer ./web-viewer/WebViewer
```
Expand Down

0 comments on commit 3ffbd04

Please sign in to comment.