Skip to content

Commit 02de0e4

Browse files
committed
Merge branch '1920-app-identifier' of github.com:maleck13/mobile-cli into 1920-app-identifier
2 parents 7192fd7 + 530b889 commit 02de0e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ oc edit clusterrole edit # add the above and save
9898
- have the [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command line tool or the [oc command line tool](https://docs.openshift.org/latest/cli_reference/get_started_cli.html#installing-the-cli) already installed
9999
- it should be version k8s version 1.8 or OpenShift 3.7 or later
100100
- create a new dir ```mkdir -p ~/.kube/plugins/mobile```
101-
- copy the plugin.yaml to the dir ```cp ./artifacts/cli_plugin.yaml ~/.kube/plugins/mobile```
101+
- copy the cli_plugin.yaml file to the dir ```cp ./artifacts/cli_plugin.yaml ~/.kube/plugins/mobile```
102+
- rename the ```cli_plugin.yaml``` file to ```plugin.yaml```
102103
- install the mobile CLI binary onto your $PATH
103104

104105
### Basic usage

0 commit comments

Comments
 (0)