From 65bfc08ea04655791e8bb578ae35390d54546997 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sat, 2 Nov 2024 11:43:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 539fedd..f267b35 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is all the code for the website (deadvey.com)
The nodejs code that is executed in the background is in /node
You can execute the node code in crontab (`crontab -e`)
eg:
-```crontab +```cron * * * * * node /var/www/html/node/makeblogs.js * * * * * node /var/www/html/node/newsletter.js * * * * * node /var/www/html/node/updatefeed.js