1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

docs/installation/index.md: fix compile command

This commit is contained in:
Henrik Hautakoski 2023-08-29 09:10:59 +02:00
parent 2b096c9911
commit 97416d4d81

View file

@ -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