From b3cb188c59e97de82a2acdc8f27fbac2a7110b1b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 1 Apr 2020 18:09:00 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: small fixes and updates --- docs/Single-server-VictoriaMetrics.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 108c537f6..8000e4132 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -499,11 +499,11 @@ Additionally VictoriaMetrics provides the following handlers: We recommend using either [binary releases](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) or [docker images](https://hub.docker.com/r/victoriametrics/victoria-metrics/) instead of building VictoriaMetrics from sources. Building from sources is reasonable when developing additional features specific -to your needs. +to your needs or when testing bugfixes. #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make victoria-metrics` from the root folder of the repository. It builds `victoria-metrics` binary and puts it into the `bin` folder. @@ -519,7 +519,7 @@ ARM build may run on Raspberry Pi or on [energy-efficient ARM servers](https://b #### Development ARM build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make victoria-metrics-arm` or `make victoria-metrics-arm64` from the root folder of the repository. It builds `victoria-metrics-arm` or `victoria-metrics-arm64` binary respectively and puts it into the `bin` folder. @@ -535,7 +535,7 @@ ARM build may run on Raspberry Pi or on [energy-efficient ARM servers](https://b This is an experimental mode, which may result in a lower compression ratio and slower decompression performance. Use it with caution! -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make victoria-metrics-pure` from the root folder of the repository. It builds `victoria-metrics-pure` binary and puts it into the `bin` folder.