Indicate DEFAULT_CONFIG_FILE location

While fairly self-evident, would be helpful to mention to users where their logid.cfg is meant to go. This just adds one sentence to achieve just that.
This commit is contained in:
Guy Lunardi 2020-07-06 23:27:47 -04:00 committed by GitHub
parent 1f16d85d38
commit d73b30eb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ This is currently only compatible with HID++ \>2.0 devices.
You may also refer to logid.example.cfg for an example. You may also refer to logid.example.cfg for an example.
Default location for the configuration file is /etc/logid.cfg.
## Dependencies ## Dependencies
This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig. For popular distributions, I've included commands below. This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig. For popular distributions, I've included commands below.