summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 13:50:56 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 13:50:56 +0200
commit344455fe2dbfd2ec176be00b1c35f7a95844f2ca (patch)
treeefd30604f09aabd92525ebe5257181226f32d111
parentd1866d7a1382fac5b30db87e56e094785a703466 (diff)
README: Fix Testing, Add Usage
-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.