File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,9 @@ Install directly from the [Cloud Foundry CLI Plugin Repository](https://github.c
1616cf 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
3424Alternatively, you can build from source:
You can’t perform that action at this time.
0 commit comments