Skip to content

Commit

Permalink
fix(README.md): Update download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong authored and mkocher committed Oct 8, 2024
1 parent ffe8c89 commit 6ca103c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ca103c

Please sign in to comment.