Skip to content

Commit

Permalink
ensure README instructions reference latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
aegershman committed Dec 6, 2019
1 parent 8812107 commit ff5092f
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 @@ -212,13 +212,13 @@ If you want to try it out, install it directly from [the github releases tab as

```sh
# osx 64bit
cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/2.11.1/cf-report-usage-plugin-darwin
cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/2.12.0/cf-report-usage-plugin-darwin

# linux 64bit (32bit and ARM6 also available)
cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/2.11.1/cf-report-usage-plugin-linux-amd64
cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/2.12.0/cf-report-usage-plugin-linux-amd64

# windows 64bit (32bit also available)
cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/2.11.1/cf-report-usage-plugin-windows-amd64.exe
cf install-plugin -f https://github.com/aegershman/cf-report-usage-plugin/releases/download/2.12.0/cf-report-usage-plugin-windows-amd64.exe
```

## backwards compatibility
Expand Down

0 comments on commit ff5092f

Please sign in to comment.