Skip to content

Commit

Permalink
Merge pull request #9 from IBM/readme-update
Browse files Browse the repository at this point in the history
Updated copy of oc-ibm_pak to PATH code snippet
  • Loading branch information
ashishth09 authored Apr 20, 2022
2 parents 04f3655 + fd6b13c commit 31d1358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ NOTE:
For example on Mac,

```bash
$ tar -xvf oc-ibm_pak-darwin-amd64.tar.gz
$ cp oc-ibm_pak-darwin-amd64 /usr/local/bin/oc-ibm_pak
tar -xvf oc-ibm_pak-darwin-amd64.tar.gz
cp oc-ibm_pak-darwin-amd64 /usr/local/bin/oc-ibm_pak
```


Expand Down Expand Up @@ -260,7 +260,7 @@ export CASE_VERSION=1.13.0
oc ibm-pak get $CASE_NAME --version $CASE_VERSION
```

The will create a directory `~/.ibm-pak` and downloaded the CASE under `~/.ibm-pak/data/cases/$CASE_NAME/$CASE_VERSION`. We call `~/.ibm-pak` as the plugin root or home directory.
This will create a directory `~/.ibm-pak` and downloaded the CASE under `~/.ibm-pak/data/cases/$CASE_NAME/$CASE_VERSION`. We call `~/.ibm-pak` as the plugin root or home directory.
You can change the plugin's root directory by exporting IBMPAK_HOME environment variable.

## Generate Mirror Manifests
Expand Down

0 comments on commit 31d1358

Please sign in to comment.