From 4b7616aff17a76b932b329844a74be7d79fb5eb6 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 18 Dec 2012 00:09:30 +0000 Subject: [PATCH] update README --- Netdisco/lib/App/Netdisco.pm | 7 ++++--- README.txt | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index fe1cfcb1..9e056ab3 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -41,10 +41,11 @@ face, please speak to someone in the C<#netdisco> IRC channel (on freenode). Netdisco has several Perl library dependencies which will be automatically installed. However it's I recommended that you first install -L using your operating system packages. The following command will -test for the existence of DBD::Pg on your system: +L and L using your operating system packages. The following +commands will test for the existence of them on your system: perl -MDBD::Pg\ 999 + perl -MSNMP\ 999 With that done, we can proceed... @@ -52,7 +53,7 @@ To avoid muddying your system, use the following script to download and install Netdisco and its dependencies into your home area: curl -L http://cpanmin.us/ | perl - \ - --notest --quiet --local-lib-contained "${HOME}/perl-profiles/netdisco" \ + --notest --quiet --local-lib ${HOME}/perl-profiles/netdisco" \ App::cpanminus \ App::local::lib::helper \ App::Netdisco diff --git a/README.txt b/README.txt index 210d3329..af2f1061 100644 --- a/README.txt +++ b/README.txt @@ -13,10 +13,11 @@ Introduction Installation Netdisco has several Perl library dependencies which will be automatically installed. However it's *strongly* recommended that you - first install DBD::Pg using your operating system packages. The - following command will test for the existence of DBD::Pg on your system: + first install DBD::Pg and SNMP using your operating system packages. The + following commands will test for the existence of them on your system: perl -MDBD::Pg\ 999 + perl -MSNMP\ 999 With that done, we can proceed... @@ -24,7 +25,7 @@ Installation install Netdisco and its dependencies into your home area: curl -L http://cpanmin.us/ | perl - \ - --notest --quiet --local-lib-contained "${HOME}/perl-profiles/netdisco" \ + --notest --quiet --local-lib ${HOME}/perl-profiles/netdisco" \ App::cpanminus \ App::local::lib::helper \ App::Netdisco