diff --git a/README.md b/README.md index 030a827952..6c542f604a 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ The features that distinguish Prometheus from other metrics and monitoring syste ## Install -There are various ways of installing Prometheus. +There are various ways to install Prometheus. ### Precompiled binaries Precompiled binaries for released versions are available in the [*download* section](https://prometheus.io/download/) on [prometheus.io](https://prometheus.io). Using the latest production release binary -is the recommended way of installing Prometheus. +is the recommended way to install Prometheus. See the [Installing](https://prometheus.io/docs/introduction/install/) chapter in the documentation for all the details. @@ -65,7 +65,7 @@ Prometheus will now be reachable at . ### Building from source -To build Prometheus from source code, You need: +To build Prometheus from source code, you need: * Go: Version specified in [go.mod](./go.mod) or greater. * NodeJS: Version specified in [.nvmrc](./web/ui/.nvmrc) or greater.