Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Update README for upcoming v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Mar 16, 2018
1 parent ac3e73b commit 20881c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,33 +154,33 @@ applications:

### From a Downloaded Release
```bash
$ ./cflocal-v0.18.0-macos
Plugin successfully installed. Current version: 0.18.0
$ ./cflocal-v0.19.0-macos
Plugin successfully installed. Current version: 0.19.0
```
***Or***
```bash
$ cf install-plugin cflocal-0.18.0-macos
$ cf install-plugin cflocal-0.19.0-macos
Attention: Plugins are binaries written by potentially untrusted authors.
Install and use plugins at your own risk.
Do you want to install the plugin cflocal-0.18.0-macos? [yN]: y
Do you want to install the plugin cflocal-0.19.0-macos? [yN]: y
Installing plugin cflocal...
OK
Plugin cflocal 0.18.0 successfully installed.
Plugin cflocal 0.19.0 successfully installed.
```

### From the Community Plugin Repository
```bash
$ cf install-plugin cflocal
Searching CF-Community for plugin cflocal...
Plugin cflocal 0.18.0 found in: CF-Community
Plugin cflocal 0.19.0 found in: CF-Community
Attention: Plugins are binaries written by potentially untrusted authors.
Install and use plugins at your own risk.
Do you want to install the plugin cflocal? [yN]: y
Starting download of plugin binary from repository CF-Community...
14.35 MiB / 14.35 MiB [=====================================] 100.00% 2s
Installing plugin cflocal...
OK
Plugin cflocal 0.18.0 successfully installed.
Plugin cflocal 0.19.0 successfully installed.
```
Note: This version is occasionally out of date.
Furthermore, if you are using a version of the CF CLI prior to `v6.27.0`,
Expand Down

0 comments on commit 20881c3

Please sign in to comment.