Skip to content

Commit bc37f11

Browse files
authored
readme: add install section (#8)
1 parent a81ab1c commit bc37f11

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# pkg
2+
23
![Project status](https://img.shields.io/badge/version-5.2.0-green.svg)
34
[![Build Status](https://travis-ci.org/go-playground/pkg.svg?branch=master)](https://travis-ci.org/go-playground/pkg)
45
[![Coverage Status](https://coveralls.io/repos/github/go-playground/pkg/badge.svg?branch=master)](https://coveralls.io/github/go-playground/pkg?branch=master)
@@ -7,15 +8,18 @@
78

89
pkg extends the core Go packages with missing or additional functionality built in. All packages correspond to the std go package name with an additional suffix of `ext` to avoid naming conflicts.
910

10-
Motivation
11-
----------
11+
## Motivation
12+
1213
This is a place to put common reusable code that is not quite a library but extends upon the core library, or it's failings.
1314

14-
How to Contribute
15-
------
15+
## Install
16+
17+
`go get -u github.com/go-playground/pkg/v5`
18+
19+
## How to Contribute
1620

1721
Make a pull request... can't guarantee it will be added, going to strictly vet what goes in.
1822

19-
License
20-
------
23+
## License
24+
2125
Distributed under MIT License, please see license file within the code for more details.

0 commit comments

Comments
 (0)