update README
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user