Skip to content

Commit c0b7ea6

Browse files
authored
Update README.md
1 parent 8bee804 commit c0b7ea6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apicops
1515
It is in active development and new versions will be posted here regularly. All suggestions, feedback and bug reports are welcome - please feel free to raise an issue in this repository. Please limit the issues to those specific to `apicops` itself - we cannot accept ones about APIC, they have to be raised via the normal IBM Support route.
1616

1717
# Installing
18-
Download the latest binary for your operating system from the Releases tab. Note that Linux and Mac will require you to run chmod +x on the downloaded file before you can execute it.
18+
Download the latest binary for your operating system from the Releases tab and rename it to be `apicops`. Note that Linux and Mac will require you to run chmod +x on the downloaded file before you can execute it.
1919

2020
# Requirements
2121
In order to run `apicops` you need to have `kubectl` or something that implements the same CLI as `kubectl`, such as `oc` installed locally. If you aren't using `kubectl` then set the environment variable APICOPS_K8SCLIENT to the name of the Kubernetes client binary, such as `oc`.
@@ -32,7 +32,6 @@ If running inside an API Connect OVA file then run `apicops` as root (`sudo -i`)
3232
# Usage
3333
<!-- usage -->
3434
```sh-session
35-
$ npm install -g apicops
3635
$ apicops COMMAND
3736
running command...
3837
$ apicops (-v|--version|version)

0 commit comments

Comments
 (0)