how to run

lost 5 min how to run :D
pull/43/head
Laurent Debricon 3 years ago committed by GitHub
parent c52e7a8062
commit 95fd4db251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save