diff --git a/README.md b/README.md index bfbe66a..fe81156 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ As a library go get github.com/joho/godotenv ``` +as a tool dependency: + +go >= 1.24 +```shell +go get -tool github.com/joho/godotenv/cmd/godotenv +``` + or if you want to use it as a bin command go >= 1.17