mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-08-23 19:48:13 +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.
|
or using go directly if you dont have make installed.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go build -o build/thalos-server cmd/main/main.go
|
go build -o build/thalos-server cmd/thalos/main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue