zricethezav 8 лет назад
Родитель
Сommit
a257e9ed2e
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      README.md
  2. 1 1
      build.sh

+ 1 - 0
README.md

@@ -12,6 +12,7 @@
 ```bash
 go get -u github.com/zricethezav/gitleaks
 ```
+Or download from release binaries [here](https://github.com/zricethezav/gitleaks/releases)
 
 #### Usage and Explanation
 

+ 1 - 1
build.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-platforms=("windows/amd64" "windows/386" "darwin/amd64")
+platforms=("linux/amd64" "linux/arm" "linux/arm64" "linux/mips" "windows/amd64" "windows/386" "darwin/amd64")
 
 for platform in "${platforms[@]}"
 do