2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-16 00:12:44 +00:00
lntop/README.md

17 lines
797 B
Markdown
Raw Normal View History

2019-04-01 14:42:03 +00:00
# lntop
2019-03-26 17:37:11 +00:00
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/lntop/blob/master/LICENSE)
2019-04-01 14:40:04 +00:00
[![Go Report Card](https://goreportcard.com/badge/github.com/EdouardParis/lntop?)](https://goreportcard.com/report/github.com/EdouardParis/lntop)
2019-03-26 17:41:41 +00:00
[![Godoc](https://godoc.org/github.com/EdouardParis/lntop?status.svg)](https://godoc.org/github.com/EdouardParis/lntop)
2019-03-15 14:47:58 +00:00
[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@edouardparis/F0918E)](https://tippin.me/@edouardparis)
2019-04-01 14:43:24 +00:00
`lntop` is an interactive text-mode channels viewer for Unix systems.
2019-03-26 17:37:11 +00:00
## Install
2019-04-01 14:43:24 +00:00
Require the [go programming language](https://golang.org/) (version >= 1.11)
2019-03-26 17:37:11 +00:00
```
git clone git@github.com:edouardparis/lntop.git
cd lntop && export GO111MODULE=on && go install ./...
```