소스 검색

Update README.md

Lucas Alcântara 4 년 전
부모
커밋
8adf27b1ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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