From 08346f375be0d38d435d610b2bda3b8a578079d2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 22 Nov 2021 03:47:03 +0200 Subject: [PATCH] Updated Raspberry Pi (markdown) --- Raspberry-Pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`