From 318aaeae321e0fdbda265544bbd2e3153bff69af Mon Sep 17 00:00:00 2001 From: Ryan Armstrong Date: Wed, 17 Aug 2016 15:10:05 +0800 Subject: [PATCH] Updated installation instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 999215c..e1a77d9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,13 @@ tree in a SNMP MIB file. The following packages satisfy the runtime requirements of the script on the associated operating systems: -* Ubuntu: `$ apt-get install perl libxml-simple-perl libsnmp-perl' + # install prerequisites on Ubuntu: + apt-get install perl libxml-simple-perl libsnmp-perl + + # assumes ~/bin exists and is in $PATH, so adjust accordingly! + curl -sL -o ~/bin/mib2zabbix https://raw.githubusercontent.com/cavaliercoder/mib2zabbix/master/mib2zabbix.pl + chmod +x ~/bin/mib2zabbix + ### Translations