Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Feb 3, 2024
1 parent 13275f7 commit ec2bfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dist/jetson-exporter_0.0.1_arm64.deb:
cp deploy/jetson-exporter.service dist/jetson-exporter/lib/systemd/system
GOARCH=arm64 go build -o dist/jetson-exporter/usr/bin/jetson-exporter ./cmd/jetson_exporter.go

dpkg-deb --build dist/jetson-exporter dist/jetson-exporter-0.0.1_arm64.deb
dpkg-deb --build dist/jetson-exporter dist/jetson-exporter_0.0.1_arm64.deb

clean:
rm -rf dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Supported devices:

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

0 comments on commit ec2bfb8

Please sign in to comment.