Skip to content

Commit ba15148

Browse files
authored
Update README.md
1 parent 949ff59 commit ba15148

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55

66
# go-cli-spinner
7-
An easy spinner for Golang CLI
7+
An easy spinner for Golang CLI :smile:
88

99
![go-cli-spinner](https://user-images.githubusercontent.com/17505818/85238202-cff38a00-b402-11ea-9310-ea773a6b565e.gif)
1010

11-
# How to run
11+
# How to install:
12+
13+
Run command `go get -u github.com/kaduartur/go-cli-spinner`
14+
15+
# How to run:
1216

1317
Run command `go run ./cmd/main.go`
1418

1519

16-
# How to run test
20+
# How to test:
1721

1822
Run command `go test ./pkg/...`

0 commit comments

Comments
 (0)