From 587b41633d5fe754e29ada7d897172d2b2e48677 Mon Sep 17 00:00:00 2001 From: Carson Long <12767276+ctlong@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:25:47 -0700 Subject: [PATCH] fix(README.md): Update download instructions --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0523cae..e21ec6d 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,9 @@ Install directly from the [Cloud Foundry CLI Plugin Repository](https://github.c cf install-plugin -r CF-Community "log-cache" ``` -Or, you can download a pre-built binary from GitHub: +Or, you can download a pre-built binary from GitHub and install it: ``` -# Linux -wget https://github.com/cloudfoundry/log-cache-cli/releases/latest/download/log-cache-cf-plugin-linux -cf install-plugin -f log-cache-cf-plugin-linux - -# OSX -wget https://github.com/cloudfoundry/log-cache-cli/releases/latest/download/log-cache-cf-plugin-darwin -cf install-plugin -f log-cache-cf-plugin-darwin - -# Windows -wget https://github.com/cloudfoundry/log-cache-cli/releases/latest/download/log-cache-cf-plugin-windows -cf install-plugin -f log-cache-cf-plugin-windows +cf install-plugin -f PATH_TO_PLUGIN ``` Alternatively, you can build from source: