summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 2089c84..cfe07c5 100644
--- a/README
+++ b/README
@@ -23,7 +23,15 @@ forcecommand for nagios checks, you might want to do this instead:
$ sudo perl Build install --install_path script=/usr/lib/nagios
+Usage
+-----
+
+The documentation is available via "perldoc bin/ssh-forcecommand" or (after
+installation) "man ssh-forcecommand".
+
Testing
-------
-FIXME
+$ perl Build test
+
+Requires the perl modules Test::Command, Test::Compile and Test::More.