From d73b30eb21603195b12ff8dfae7af37a346f8d23 Mon Sep 17 00:00:00 2001 From: Guy Lunardi Date: Mon, 6 Jul 2020 23:27:47 -0400 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e49e9a..1a05617 100644 --- a/README.md +++ b/README.md @@ -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. +Default location for the configuration file is /etc/logid.cfg. + ## Dependencies This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig. For popular distributions, I've included commands below.