Zachary Rice 6 anni fa
parent
commit
6eab8a7a0a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -41,9 +41,9 @@ docker pull zricethezav/gitleaks
 ```
 
 #### Go
-
+Ensure `GO111MODULE=on` is set as an env var
 ```bash
-go get -u github.com/zricethezav/gitleaks
+go get github.com/zricethezav/gitleaks/v3@latest
 ```
 
 ## Usage