Skip to content

Commit 446849d

Browse files
committed
docs(README): update docs
1 parent 62b51fe commit 446849d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ A minimal library to manipulate VCard file using Golang. This library is based o
77
## Installation
88

99
```sh
10-
go get -u github.com/mapaiva/vcard-go
10+
git clone https://github.com/mapaiva/vcard-go.git
11+
cd vcard-go
12+
make install
1113
```
1214

1315
## Usage
@@ -30,6 +32,18 @@ func main() {
3032
}
3133
```
3234

35+
## Testing
36+
37+
```sh
38+
make test
39+
```
40+
41+
## Lint
42+
43+
```sh
44+
make lint
45+
```
46+
3347
## Documentation
3448

3549
Complete documentation available on https://godoc.org/github.com/mapaiva/vcard-go.

0 commit comments

Comments
 (0)