Procházet zdrojové kódy

more platforms, update readme

zricethezav před 8 roky
rodič
revize
a257e9ed2e
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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