Update README.md

This commit is contained in:
Ivan Daniluk 2023-04-30 18:46:48 +03:00 committed by GitHub
parent 8bf297f0fa
commit 8e0b3d2778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# ExpvarMon
[![Build Status](https://travis-ci.org/divan/expvarmon.svg?branch=master)](https://travis-ci.org/divan/expvarmon)
TermUI based Go apps monitor using [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app.
## Introduction
@ -42,7 +40,7 @@ Also it doesn't use any storage engines and doesn't send notifications.
Just run go get:
go get github.com/divan/expvarmon
go install github.com/divan/expvarmon@latest
## Usage