From 99ce74161a6522c1c3c95b3fc67387b1d78418c5 Mon Sep 17 00:00:00 2001 From: paulbsd Date: Wed, 24 Jul 2019 09:48:34 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f572306..5eca5cf 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,7 @@ fuelprices is a small tool designed to fetch fuel prices from France open data a go build ``` -### Usage - -```shell -./fuelprices -configfile fuelprices.ini -``` - -### Sample config +### Sample config in fuelprices.ini ```ini [fuelprices] @@ -39,6 +33,12 @@ username=influx password=password ``` +### Run + +```shell +./fuelprices -configfile fuelprices.ini +``` + ## License ```text