diff --git a/README.md b/README.md index 3625727..14c051a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@

A simple, zero-dependencies library to parse environment variables into structs.

+###### Installation + +```bash +go get github.com/caarlos0/env/v11 +``` + ###### Getting started ```go