Skip to content

Commit

Permalink
Merge pull request #312 from ivanovmg/fix/readme
Browse files Browse the repository at this point in the history
Fix bash commands formatting in README
  • Loading branch information
rbsec authored Jul 2, 2024
2 parents 21a9ce4 + eb04800 commit a1b0292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ Ensure that you local Docker installation is functional, and the build the conta

Or manually with:

docker build -t sslscan:sslscan .
docker build -t sslscan:sslscan .

You can then run sslscan with:

docker run --rm -ti sslscan:sslscan --help
docker run --rm -ti sslscan:sslscan --help

### Building on Windows

Expand Down

0 comments on commit a1b0292

Please sign in to comment.