summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-05-13 15:20:42 +0000
committerPaul Buetow <paul@buetow.org>2011-05-13 15:20:42 +0000
commitbf0f7cefa3760868e688dca6d7504bf2a40649e6 (patch)
treeecbcbdf4da7b476d875d6d14fcc3c73c0ec5fd53 /README
parente95d965bc0d4dbf85193953af1e2f498b8a7b0a7 (diff)
updated README file
Diffstat (limited to 'README')
-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.