diff --git a/README.md b/README.md index a83ee64..2a1c356 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/lntop/blob/master/LICENSE) [![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. + +## 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 ./... +```