diff --git a/README.md b/README.md
index abcb29afd..5a434e803 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,17 @@ corepack prepare pnpm@latest --activate
 pnpm i # --no-optional
 ```
 
+### pm2
+
+To install pm2 run:
+
+```
+npm i -g pm2
+pm2 install pm2-logrotate
+```
+
+[`pm2-logrotate`](https://github.com/keymetrics/pm2-logrotate/blob/master/README.md) ensures that log files don't infinitely gather size, as Calckey produces a lot of logs.
+
 ## 🐘 Create database
 
 Assuming you set up PostgreSQL correctly, all you have to run is: