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

README.md: update build command

This commit is contained in:
Henrik Hautakoski 2024-02-18 20:00:24 +01:00
parent 6cc26c269c
commit 1799fe4ebf

View file

@ -17,7 +17,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/*.go
```
## Author