We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e0924 commit 8ab4a2bCopy full SHA for 8ab4a2b
README.md
@@ -8,6 +8,16 @@ Currently, it allows to:
8
9
## Installation
10
11
+### Installation via CF Community Repository
12
+
13
+Make sure you have the CF Community plugin repository configured or add it via (```cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org```)
14
15
+Trigger installation of the plugin via
16
+```
17
+cf install-plugin -r CF-Community "java-plugin"
18
19
20
+### Manual Installation
21
Download the binary file for your target OS from the [latest release](https://github.com/SAP/cf-cli-java-plugin/releases/latest).
22
23
If you've already installed the plugin and are updating it, you must first execute the `cf uninstall-plugin JavaPlugin` command.
0 commit comments