Skip to content

Commit 4322db0

Browse files
committed
build: minimal doc in README
Put minima build instructions in top-level README. Signed-off-by: Shachar Sharon <[email protected]>
1 parent f5b1c10 commit 4322db0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# Smb Metrics
1+
# Samba Metrics
2+
3+
Samba metrics exporter converts 'smbstatus' output into
4+
[Prometheus](https://prometheus.io/)
5+
[data-model](https://prometheus.io/docs/concepts/data_model/) metrics format.
6+
7+
## Build
8+
9+
```bash
10+
$ make build
11+
12+
$ make image
13+
```

0 commit comments

Comments
 (0)