Browse Source

Update README.md

Lucas Alcântara 4 years ago
parent
commit
8adf27b1ea
1 changed files with 2 additions and 2 deletions
  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