From 9e70d9ab473d3c41d81794615cf8d740d7f06ef7 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@victoriametrics.com>
Date: Fri, 26 Jan 2024 21:01:40 +0100
Subject: [PATCH] docs/Makefile: mention that the Makefile rules must be run
 from VictoriaMetrics repository root

---
 docs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/Makefile b/docs/Makefile
index 6a9c42dbaa..13c26db461 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,3 +1,5 @@
+# These commands must be run from the VictoriaMetrics repository root
+
 # run local server for documentation website at http://127.0.0.1:4000/
 docs-up:
 	docker run --rm -it \