From 95fd4db251533a56b0418507877c3f232b03d377 Mon Sep 17 00:00:00 2001 From: Laurent Debricon Date: Thu, 16 Sep 2021 19:06:54 +0200 Subject: [PATCH] how to run lost 5 min how to run :D --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfa2a41..9035016 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Require the [go programming language](https://golang.org/) (version >= 1.13) ``` git clone https://github.com/edouardparis/lntop.git cd lntop && go install ./... +go build -o lntop cmd/lntop/main.go +./lntop ``` With Go version >= 1.16, you can use [`go-install`](https://golang.org/ref/mod#go-install)