Explorar o código

Update README.md

Lucas Alcântara %!s(int64=4) %!d(string=hai) anos
pai
achega
8adf27b1ea
Modificáronse 1 ficheiros con 2 adicións e 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