Skip to content

Commit 6ca103c

Browse files
ctlongmkocher
authored andcommitted
fix(README.md): Update download instructions
1 parent ffe8c89 commit 6ca103c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,9 @@ Install directly from the [Cloud Foundry CLI Plugin Repository](https://github.c
1616
cf install-plugin -r CF-Community "log-cache"
1717
```
1818

19-
Or, you can download a pre-built binary from GitHub:
19+
Or, you can download a pre-built binary from GitHub and install it:
2020
```
21-
# Linux
22-
wget https://github.com/cloudfoundry/log-cache-cli/releases/latest/download/log-cache-cf-plugin-linux
23-
cf install-plugin -f log-cache-cf-plugin-linux
24-
25-
# OSX
26-
wget https://github.com/cloudfoundry/log-cache-cli/releases/latest/download/log-cache-cf-plugin-darwin
27-
cf install-plugin -f log-cache-cf-plugin-darwin
28-
29-
# Windows
30-
wget https://github.com/cloudfoundry/log-cache-cli/releases/latest/download/log-cache-cf-plugin-windows
31-
cf install-plugin -f log-cache-cf-plugin-windows
21+
cf install-plugin -f PATH_TO_PLUGIN
3222
```
3323

3424
Alternatively, you can build from source:

0 commit comments

Comments
 (0)