diff --git a/.gitignore b/.gitignore index 849ddff..bf54747 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ dist/ +*.toml diff --git a/.goreleaser.yml b/.goreleaser.yml deleted file mode 100644 index f709494..0000000 --- a/.goreleaser.yml +++ /dev/null @@ -1,36 +0,0 @@ -env: - - GO111MODULE=on -builds: - - binary: lntop - main: ./cmd/lntop/main.go - flags: - - -mod=vendor - env: - - CGO_ENABLED=0 - goos: - - linux - - darwin - - windows - goarch: - - 386 - - amd64 - - arm - - arm64 -archive: - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 -checksum: - name_template: 'checksums.txt' -snapshot: - name_template: "{{ .Tag }}-next" -changelog: - sort: asc - filters: - exclude: - - '^docs:' - - '^test:' diff --git a/README.md b/README.md index d33df39..d93b74a 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,18 @@ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/lntop/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/edouardparis/lntop)](https://goreportcard.com/report/github.com/edouardparis/lntop) [![Godoc](https://godoc.org/github.com/edouardparis/lntop?status.svg)](https://godoc.org/github.com/edouardparis/lntop) -[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@edouardparis/F0918E)](https://tippin.me/@edouardparis) `lntop` is an interactive text-mode channels viewer for Unix systems. - ![lntop-v0.1.0](http://paris.iiens.net/lntop-v0.1.0.png) + ![lntop-v0.1.0](http://github.com/edouardparis/lntop/blob/master/lntop-v0.1.0.png) *lntop-v0.1.0* ## Install -Require the [go programming language](https://golang.org/) (version >= 1.11) +Require the [go programming language](https://golang.org/) (version >= 1.13) ``` git clone https://github.com/edouardparis/lntop.git -cd lntop && export GO111MODULE=on && go install ./... +cd lntop && go install ./... ``` ## Config