Explorar el Código

Update README.md

Lucas Alcântara hace 4 años
padre
commit
8adf27b1ea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -64,8 +64,8 @@ GO111MODULE=on go get github.com/zricethezav/gitleaks/v7
 ```
 
 ##### From bin:
-Curl required:
-``` #!/bin/bash
+
+```bash
 GITLEAKS_VERSION=$(curl -s https://api.github.com/repos/zricethezav/gitleaks/releases/latest |  grep -oP '"tag_name": "\K(.*)(?=")') && wget https://github.com/zricethezav/gitleaks/releases/download/$GITLEAKS_VERSION/gitleaks-linux-amd64
 mv gitleaks-linux-amd64 gitleaks
 chmod +x gitleaks