فهرست منبع

Update README.md

Zachary Rice 1 سال پیش
والد
کامیت
4c5195b700
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -70,7 +70,7 @@ docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [
 docker pull ghcr.io/gitleaks/gitleaks:latest
 docker run -v ${path_to_host_folder_to_scan}:/path ghcr.io/gitleaks/gitleaks:latest [COMMAND] --source="/path" [OPTIONS]
 
-# From Source
+# From Source (make sure `go` is installed)
 git clone https://github.com/gitleaks/gitleaks.git
 cd gitleaks
 make build