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:
parent
2b096c9911
commit
97416d4d81
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue