Skip to content

Commit

Permalink
Updated with new version info
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Jan 16, 2019
1 parent 7e2cbf3 commit b670abe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following controls are available: `master volume`, `play/pause`, `next/previ

```yaml
resources:
- url: /local/forked-daapd-card.js?v=0.0.1
- url: /local/forked-daapd-card.js?v=0.0.2
type: module
```
Expand All @@ -35,7 +35,7 @@ git clone https://github.com/kalkih/forked-daapd-card.git

```yaml
resources:
- url: /local/forked-daapd-card/forked-daapd-card.js?v=0.0.1
- url: /local/forked-daapd-card/forked-daapd-card.js?v=0.0.2
type: module
```

Expand All @@ -47,15 +47,15 @@ resources:

```yaml
resources:
- url: /local/forked-daapd-card.js?v=0.0.1
- url: /local/forked-daapd-card.js?v=0.0.2
type: module
```

If you went the `git clone` route, just run `git pull` from inside your `config/www/forked-daapd-card/` directory, to get the latest version of the code. Then add the new version number to the end of the card reference url in your `ui-lovelace.yaml` like below.

```yaml
resources:
- url: /local/forked-daapd-card/forked-daapd-card.js?v=0.0.1
- url: /local/forked-daapd-card/forked-daapd-card.js?v=0.0.2
type: module
```

Expand Down

0 comments on commit b670abe

Please sign in to comment.