diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fapi.1 | 12 | ||||
| -rw-r--r-- | docs/fapi.txt | 8 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1 index 9887c66..f2bc712 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-15" "fapi 0.0.1" "User Commands" +.TH FAPI 1 "2014-04-15" "fapi 0.0.2" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -160,6 +160,16 @@ because it's shorter to type. .IX Header "Requirement of bigsuds" This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. +.PP +You can download bigsuds from here: +.PP +https://devcentral.f5.com/d/bigsuds\-python\-icontrol\-library <https://devcentral.f5.com/d/bigsuds-python-icontrol-library> +.PP +Unzip it and run +.PP +.Vb 1 +\& sudo python setyp.py install +.Ve .SH "iControl reference" .IX Header "iControl reference" <https://devcentral.f5.com/wiki/icontrol.apireference.ashx> diff --git a/docs/fapi.txt b/docs/fapi.txt index 39d5efa..d7c6a4b 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -24,6 +24,14 @@ Requirement of bigsuds This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. + You can download bigsuds from here: + + <https://devcentral.f5.com/d/bigsuds-python-icontrol-library> + + Unzip it and run + + sudo python setyp.py install + iControl reference <https://devcentral.f5.com/wiki/icontrol.apireference.ashx> |
