Skip to content

Commit

Permalink
docs(README): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mapaiva committed May 14, 2022
1 parent 62b51fe commit 446849d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ A minimal library to manipulate VCard file using Golang. This library is based o
## Installation

```sh
go get -u github.com/mapaiva/vcard-go
git clone https://github.com/mapaiva/vcard-go.git
cd vcard-go
make install
```

## Usage
Expand All @@ -30,6 +32,18 @@ func main() {
}
```

## Testing

```sh
make test
```

## Lint

```sh
make lint
```

## Documentation

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

0 comments on commit 446849d

Please sign in to comment.