From bf0f7cefa3760868e688dca6d7504bf2a40649e6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 May 2011 15:20:42 +0000 Subject: updated README file --- README | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README b/README index cfc5f15..d9f8018 100644 --- a/README +++ b/README @@ -14,14 +14,16 @@ It supports: QUICK START GUIDE: # Starting -./bin/perldaemon start (or shortcut ./control start) + ./bin/perldaemon start (or shortcut ./control start) # Stopping -./bin/perldaemon stop (or shortcut ./control stop) + ./bin/perldaemon stop (or shortcut ./control stop) # Writing your own modules: -cd ./lib/PerlDaemonModules/ -cp ExampleModule.pm YourModule.pm -vi YourModule.pm -cd - -./bin/perldaemon restart (or shortcurt ./control restart) + cd ./lib/PerlDaemonModules/ + cp ExampleModule.pm YourModule.pm + vi YourModule.pm + cd - + ./bin/perldaemon restart (or shortcurt ./control restart) + +Btw: You can install as many modules in parallel as whished. -- cgit v1.2.3