Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 23, 2024
1 parent d40b526 commit 50f11fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ PATH USER_AGENT #REQS

## Installation

TODO
Download the [latest release binary](https://github.com/facundoolano/ngtop/releases/latest) for your platform, for example:

$ wget https://github.com/facundoolano/ngtop/releases/latest/download/ngtop-darwin-arm64 \
-O ngtop && chmod +x ngtop && mv ngtop /usr/local/bin

Alternatively, install with go:

$ go install github.com/facundoolano/ngtop@latest

## Usage examples

Expand Down

0 comments on commit 50f11fa

Please sign in to comment.