Skip to content

Commit

Permalink
fix: Yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
godber committed Aug 19, 2017
2 parents 1dfc3e2 + ffcafe5 commit 8039834
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ output and use `Ctrl+C` to exit it at this point.

# Installation

It can be installed directly from github using the following command:
It can be installed using the following command:

```
npm install godber/teraslice-top
npm install -g teraslice-top
```

# Usage information
Expand All @@ -29,6 +29,9 @@ Options:
-h, --help Show help [boolean]
Examples:
# Run ts-top on the teraslice master running on localhost:5678
ts-top
# Run ts-top on the teraslice master running on 10.0.0.12:45678
ts-top -p 45678 10.0.0.12
```

Expand Down

0 comments on commit 8039834

Please sign in to comment.