Skip to content

Commit

Permalink
docs: add installation instructions to README.md (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat authored Oct 8, 2024
1 parent 59284e4 commit 0847ba1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<p align="center">A simple, zero-dependencies library to parse environment variables into structs.</p>
</p>

###### Installation

```bash
go get github.com/caarlos0/env/v11
```

###### Getting started

```go
Expand Down

0 comments on commit 0847ba1

Please sign in to comment.