Skip to content

Commit

Permalink
Fix executable name in Building section (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigargar authored Mar 10, 2021
1 parent c908f6c commit a9c553c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ After cloning this repository, go to the directory of the Zookeeper integration
$ make
```

The command above executes the tests for the Zookeeper integration and builds an executable file called `nri-zookeeper` under the `bin` directory.
The command above executes the tests for the Zookeeper integration and builds an executable file called `nr-zookeeper` under the `bin` directory.

To start the integration, run `nri-zookeeper`:
To start the integration, run `nr-zookeeper`:

```bash
$ ./bin/nri-zookeeper
$ ./bin/nr-zookeeper
```

If you want to know more about usage of `./bin/nri-zookeeper`, pass the `-help` parameter:
If you want to know more about usage of `./bin/nr-zookeeper`, pass the `-help` parameter:

```bash
$ ./bin/nri-zookeeper -help
$ ./bin/nr-zookeeper -help
```

External dependencies are managed through the [govendor tool](https://github.com/kardianos/govendor). Locking all external dependencies to a specific version (if possible) into the vendor directory is required.
Expand Down

0 comments on commit a9c553c

Please sign in to comment.