From 4ac7e3a355b6dbac1867efca72acc057f653120b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin 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 6a9c42dba..13c26db46 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 \