summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-19 18:03:38 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-10-19 18:03:38 +0200
commit56503ecf9bccd9a318142e2946f84e5f57be5eeb (patch)
tree275c48c81aaff748033c3cb8e1d7d8de2a222bda
parentbf5f3cbad41d9c6c038319bb0311cdef85f6cf8e (diff)
downloadiot-barcode-scanner-56503ecf9bccd9a318142e2946f84e5f57be5eeb.tar
iot-barcode-scanner-56503ecf9bccd9a318142e2946f84e5f57be5eeb.tar.zst
iot-barcode-scanner-56503ecf9bccd9a318142e2946f84e5f57be5eeb.zip
Improve Documentation
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5cdbe0d..97a5cc8 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ A service that makes barcode scanners available on the network for IoT use.
sudo make install
```
2. Configure ```/etc/xengineering.eu/iot_barcode_scanner/config.json```
-3. Run ```sudo eu.xengineering.iot_barcode_scanner.scanner```
-4. Run ```eu.xengineering.iot_barcode_scanner.transmitter```
+3. Run ```sudo eu.xengineering.iot_barcode_scanner.scanner &```
+4. Run ```eu.xengineering.iot_barcode_scanner.transmitter &```
5. Listen to MQTT output (e.g. with ```mosquitto_sub -h localhost -t "xengineering.eu/iot-barcode-scanner"```)