Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Feb 1, 2024
1 parent 9f213fa commit c7cdd80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ Prometheus exporter for the Nvidia Jetson family.

Supported devices:
- Jetson Orin

## Install

```shell
# Download the latest release
wget https://github.com/GDWR/jetson-exporter/releases/download/v0.0.1/jetsonexporter_0.0.1_arm64.deb
# Install the package
sudo dpkg -i jetsonexporter_0.0.1_arm64.deb
# Clean up
rm jetsonexporter_0.0.1_arm64.deb
```

0 comments on commit c7cdd80

Please sign in to comment.