forked from coop-cloud-mirrors/godotenv
parent
76d246ae25
commit
26b87a7e2c
@ -21,6 +21,12 @@ go get github.com/joho/godotenv
|
|||||||
```
|
```
|
||||||
|
|
||||||
or if you want to use it as a bin command
|
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
|
```shell
|
||||||
go get github.com/joho/godotenv/cmd/godotenv
|
go get github.com/joho/godotenv/cmd/godotenv
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user