diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index a747ff6..93ee8f5 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -5,8 +5,8 @@ WeKan only requires: - Node.js binary, version number is at https://wekan.github.io Download section - MongoDB, version number is at https://wekan.github.io Download section - some way to start Wekan, like any of: - - bash script: `start-wekan.sh` - - cmd.exe script: `start-wekan.bat` + - bash script: [start-wekan.sh](https://raw.githubusercontent.com/wekan/wekan/master/start-wekan.sh) + - cmd.exe script: [start-wekan.bat](https://raw.githubusercontent.com/wekan/wekan/master/start-wekan.bat) - systemd service script - init.d script - any other script, that sets environment variables and in bundle directory does `node main.js`