diff --git a/README.md b/README.md index d6e8e68..e5b9694 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,7 @@ If your user is not pi, modify hemppa.service first. ``` bash sudo ln -s `pwd` /opt/hemppa -sudo ln -s hemppa.service /lib/systemd/system +sudo ln -s `pwd`/hemppa.service /lib/systemd/system sudo systemctl daemon-reload sudo systemctl enable hemppa.service sudo systemctl start hemppa.service diff --git a/run.sh b/run.sh old mode 100644 new mode 100755