Skip to content

Commit

Permalink
fixup gpsd instructions (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored Sep 13, 2024
2 parents 9567808 + 40169f5 commit 3e037e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ For this to work, you should install and configure GPSD to work on your host mac

```bash
sudo apt update && sudo apt install -y gpsd
cat < EOM | sudo tee /etc/default/gpsd
cat << EOM | sudo tee /etc/default/gpsd
# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyACM0"
Expand All @@ -790,7 +790,7 @@ GPSD_OPTIONS="-G"
# Automatically hot add/remove USB GPS devices via gpsdctl
USBAUTO="true"
EOM
cat < EOM | sudo tee /lib/systemd/system/gpsd.socket
cat << EOM | sudo tee /lib/systemd/system/gpsd.socket
[Unit]
Description=GPS (Global Positioning System) Daemon Sockets
Expand Down

0 comments on commit 3e037e3

Please sign in to comment.