From c7cdd8002697e2617e264f5e2ef34e11efeafd41 Mon Sep 17 00:00:00 2001 From: GDWR Date: Thu, 1 Feb 2024 22:11:36 +0000 Subject: [PATCH] Add installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 46e2f84..af64019 100644 --- a/README.md +++ b/README.md @@ -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 +```