diff --git a/README.md b/README.md index 8abc58b..1c6f628 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,7 @@ [![build](https://github.com/mrceperka/process-exporter/actions/workflows/rust.yml/badge.svg)](https://github.com/mrceperka/process-exporter/actions/workflows/rust.yml) -```sh -cargo run -``` - -Check http://localhost:9333/metrics - -## usage +## Usage ```sh USAGE: @@ -27,3 +21,17 @@ OPTIONS: --socket-address Socket address for server to bind to. [default: 0.0.0.0:9333] ``` + +# Build + +```sh +cargo build --release +``` + +# Dev + +```sh +cargo run +``` + +Check http://localhost:9333/metrics