We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e51be0 commit 39aa0e8Copy full SHA for 39aa0e8
README.md
@@ -2,10 +2,10 @@
2
3
[Instructions for building together the casing](doc/README.md)
4
5
-# Raspberry Information
+# Using the NMEA logger
6
---
7
8
-### Install the python module
+### Install this python module from the repository root directory
9
```
10
pip install .
11
@@ -35,8 +35,6 @@ sudo cp nmealogger.service /etc/systemd/system/nmealogger.service
35
36
37
Make sure to replace *User* with a user who can access the serial port and the *data_dir* provided in the [configuration file](nmeaconfig.yml)
38
-
39
-```
40
Before starting the service, execute the following line. It reloads to take the change into account
41
42
sudo systemctl daemon-reload
0 commit comments