From 569b96d5dcde2ea52c9ca3830db37f12c1de782a Mon Sep 17 00:00:00 2001 From: lstocchi Date: Fri, 9 Jun 2023 12:45:15 +0200 Subject: [PATCH] doc: update doc to use Makefile --- .gitignore | 3 ++- README.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 600d2d3..d220594 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode \ No newline at end of file +.vscode +bin \ No newline at end of file diff --git a/README.md b/README.md index 74cf522..aeb298e 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,14 @@ Cli To build and use the cli, execute ``` -go build -o doa[.exe] -doa[.exe] analyze /your/local/project/path[/Dockerfile_name] +make doa +./bin/doa analyze /your/local/project/path[/Dockerfile_name] +``` + +or to analyze a binary image + +``` +./bin/doa --i repository/imagename:tag ``` Contributing