Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
closes  #189
  • Loading branch information
caarlos0 committed Aug 13, 2021
1 parent ed139cd commit 002d5ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,13 @@ Simple lib to parse envs to structs in Go.

## Example

A very basic example:
Get the module with:

```sh
go get github.com/caarlos0/env/v6
```

The usage looks like this:

```go
package main
Expand Down

0 comments on commit 002d5ea

Please sign in to comment.