From c4d6094e5a94db5094d00c2ea3b39639f0587b3e Mon Sep 17 00:00:00 2001 From: VictorRobellini <39597627+VictorRobellini@users.noreply.github.com> Date: Sun, 12 Apr 2020 10:16:36 -0400 Subject: [PATCH] Fixed markup again I hate readmes --- plugins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/README.md b/plugins/README.md index 439e8b5..396cec4 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -2,10 +2,10 @@ Depending on how recent your pfSense install is, you may need to use the python 3.7 version of the plugin. If you are running 2.4.5, you probably want telegraf_gateways-3.7.py. They both output he same data in the same format. All I did was copy telegraf_gateways-3.7.py to /usr/local/bin and rename it to telegraf_gateways.py -Python 2.7 +## Python 2.7 Does /usr/local/bin/python2.7 exist on your pfSense system? If so, use this telegraf_gateways-2.7.py -Python 3.7 +## Python 3.7 Does /usr/local/bin/python3.7 exist on your pfSense system? If so, use this telegraf_gateways-3.7.py