From 97416d4d811880d41865efd6e677833e8fa33679 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 29 Aug 2023 09:10:59 +0200 Subject: [PATCH] docs/installation/index.md: fix compile command --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index b3ba24a..e630a41 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -42,7 +42,7 @@ make or using go directly if you dont have make installed. ```shell -go build -o build/thalos-server cmd/main/main.go +go build -o build/thalos-server cmd/thalos/main.go ``` #### Install