From e5467333aa4d35ff65d56e2ebed64d0b8e18fc1f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 6 Apr 2018 17:26:09 +0200 Subject: [PATCH] Updated README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9268987..d9df6a0 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,14 @@ Geiger counter readings to various radiation monitoring websites. Tested Geiger counter devices: - GMC-320 and GMC-320 Plus http://www.gqelectronicsllc.com/comersus/store/LeftStart.asp?idCategory=50 + + +## Usage: + +Compile the project using make. + +Then edit the example config file and run gclogger: + +``` +./gclogger -c gclogger.ini -d +```