Move config to example

This commit is contained in:
2021-10-21 21:13:23 +02:00
parent a7223dc62a
commit c6854e7c13
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ The ruby script subscribes topic of the sensors and saves the events payload in
# Installation
1. Clone the ropository `git clone https://github.com/gurix/cure_logger.git`
2. Install dependencies `bundle install`
3. Setup your sensors and configure address of your MQTT broker in `config.yaml`
3. `cp config.yaml.example config.yaml`
4. Setup your sensors and configure address of your MQTT broker in `config.yaml`
# Run the script
Start the script with `ruby logger.rb` that produces console output when an event happens as well as it logs data into `data.csv`.
View File