Skip to content

Commit

Permalink
update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Bank authored and Brendan Bank committed Dec 22, 2023
1 parent 65cdc08 commit 6b07803
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Make sure gpsd, prometheus and grafana are properly running. `gpsd-prometheus-ex

To install:

apt update
atp install python3-prometheus-client
atp install python3-gps

Expand All @@ -27,9 +28,9 @@ If you want the `gpsd-prometheus-exporter` to be loaded automatically by `system

git clone https://github.com/brendanbank/gpsd-prometheus-exporter.git
cd gpsd-prometheus-exporter
sudo cp gpsd_exporter.defaults /etc/default
sudo cp gpsd_exporter.service /etc/systemd/system
sudo cp gpsd_exporter.py /usr/local/bin
cp gpsd_exporter.defaults /etc/default
cp gpsd_exporter.service /etc/systemd/system
cp gpsd_exporter.py /usr/local/bin

Make sure `gpsd_exporter.py` has the execution bit set:

Expand Down

0 comments on commit 6b07803

Please sign in to comment.