Skip to content

Commit

Permalink
Update README for go install post go 1.17 (#170)
Browse files Browse the repository at this point in the history
* tune README

* tune
  • Loading branch information
bikbah committed Jun 12, 2022
1 parent 76d246a commit 26b87a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -21,6 +21,12 @@ go get github.com/joho/godotenv
```

or if you want to use it as a bin command
go >= 1.17
```shell
go install github.com/joho/godotenv/cmd/godotenv@latest
```

go < 1.17
```shell
go get github.com/joho/godotenv/cmd/godotenv
```
Expand Down

0 comments on commit 26b87a7

Please sign in to comment.