Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceperka committed Feb 24, 2022
1 parent 0df1624 commit a4351f2
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -27,3 +21,17 @@ OPTIONS:

--socket-address <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

0 comments on commit a4351f2

Please sign in to comment.