Skip to content

Commit 0847ba1

Browse files
authoredOct 8, 2024··
docs: add installation instructions to README.md (#330)
1 parent 59284e4 commit 0847ba1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<p align="center">A simple, zero-dependencies library to parse environment variables into structs.</p>
44
</p>
55

6+
###### Installation
7+
8+
```bash
9+
go get github.com/caarlos0/env/v11
10+
```
11+
612
###### Getting started
713

814
```go

0 commit comments

Comments
 (0)
Please sign in to comment.