1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-18 04:50:03 +02:00

minor style fixes

This commit is contained in:
Henrik Hautakoski 2024-08-29 14:53:35 +02:00
parent 781da3b6a8
commit d564a0b3ee
5 changed files with 28 additions and 14 deletions

View file

@ -19,7 +19,7 @@ There are several ways to install thalos, via package manager, downloading a pre
You can get the latest archive package [here](https://github.com/eosswedenorg/thalos/releases/latest)
Simply download using your webbrowser or via curl:
Simply download using your web browser or via curl:
```shell
curl -Ls https://github.com/eosswedenorg/thalos/releases/download/<version>/thalos-server-<version>-linux-amd64.tar.gz | tar -z --one-top-level=thalos -xvf -
@ -51,4 +51,4 @@ After building the binary you can install it along with basic config file and st
```shell
./install.sh /path/to/your/directory/of/choice
```
```