Update README for go install post go 1.17 (#170)

* tune README

* tune
pull/183/head
Bahtiyar Biksayev 2022-06-12 05:06:04 +03:00 committed by GitHub
parent 76d246ae25
commit 26b87a7e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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
```