Fixed missing space in README.md

This commit is contained in:
Alexander Rust 2016-03-25 17:25:14 +01:00
parent b7da2fa8a8
commit e33e9b42c7

View File

@ -1076,7 +1076,7 @@ apt-get install ot-recorder
The packages we provide have a systemd unit file in `/usr/share/doc/ot-recorder/ot-recorder.service` which you can use to have the Recorder started automatically:
1. Ensure you have a configuration file with the settings you require
2. `install -m444 /usr/share/doc/ot-recorder/ot-recorder.service/etc/systemd/system/ot-recorder.service`
2. `install -m444 /usr/share/doc/ot-recorder/ot-recorder.service /etc/systemd/system/ot-recorder.service`
3. Enable the service to run at startup: `systemctl enable ot-recorder`
4. Launch the service `systemctl start ot-recorder`