We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949ff59 commit ba15148Copy full SHA for ba15148
README.md
@@ -4,15 +4,19 @@
4
[](https://opensource.org/licenses/Apache-2.0)
5
6
# go-cli-spinner
7
-An easy spinner for Golang CLI
+An easy spinner for Golang CLI :smile:
8
9

10
11
-# How to run
+# How to install:
12
+
13
+Run command `go get -u github.com/kaduartur/go-cli-spinner`
14
15
+# How to run:
16
17
Run command `go run ./cmd/main.go`
18
19
-# How to run test
20
+# How to test:
21
22
Run command `go test ./pkg/...`
0 commit comments