|
|
|
@ -18,18 +18,12 @@
|
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
|
|
Make sure you have a working Go 1.17+ workspace (_[instructions](https://golang.org/doc/install)_), then:
|
|
|
|
|
Make sure you have a working Go 1.18+ workspace (_[instructions](https://golang.org/doc/install)_), then:
|
|
|
|
|
|
|
|
|
|
````bash
|
|
|
|
|
go get -d github.com/essentialkaos/go-badge
|
|
|
|
|
go get github.com/essentialkaos/go-badge
|
|
|
|
|
````
|
|
|
|
|
|
|
|
|
|
For update to latest stable release, do:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
go get -d -u github.com/essentialkaos/go-badge
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Usage example
|
|
|
|
|
|
|
|
|
|
```go
|
|
|
|
|