You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/README.md

15 lines
529 B
Markdown

5 years ago
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/lntop/blob/master/LICENSE)
5 years ago
[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@edouardparis/F0918E)](https://tippin.me/@edouardparis)
# lntop
lntop is an interactive text-mode channels viewer for Unix systems.
5 years ago
## Install
require the [go programming language](https://golang.org/) (version >= 1.11)
```
git clone git@github.com:edouardparis/lntop.git
cd lntop && export GO111MODULE=on && go install ./...
```