소스 검색

Merge pull request #653 from w0rmr1d3r/document_issue_638

Updating documentation on how to build the docker image (issue #638)
Ramon 4 년 전
부모
커밋
780fb4a8f1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -48,6 +48,12 @@ brew install gitleaks
 
 ##### Docker
 
+Building the image after cloning the repo:
+```bash
+make dockerbuild
+```
+
+Using the image from DockerHub:
 ```bash
 # To just pull the image
 docker pull zricethezav/gitleaks:latest