From b05bacec0d17a4d3699bdf9cb43dc1026f775c76 Mon Sep 17 00:00:00 2001 From: Tal Date: Mon, 10 Mar 2014 21:29:44 -0600 Subject: [PATCH] Removed unnecessary chmod command from Alpine section of README.md Added note to Alpine section of README.md to install perl before running ddclient --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f079d6..a9a345c 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,10 @@ INSTALLATION: ## For those using Alpine style rc files and using daemon-mode: cp sample-etc_rc.d_init.d_ddclient.alpine /etc/init.d/ddclient - chmod 755 /etc/init.d/ddclient ## enable automatic startup when booting rc-update add ddclient + ## make sure you have perl installed + apk add perl ## start the first time by hand rc-service ddclient start