summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README16
1 files 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.