Skip to content

Commit

Permalink
fix description on README.md
Browse files Browse the repository at this point in the history
`docker build` builds image, not a containter.
  • Loading branch information
jjangga0214 authored and kgretzky committed Feb 2, 2021
1 parent 36ef0ed commit 86cecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Instructions above can also be used to update **evilginx2** to the latest versio

#### Installing with Docker

You can launch **evilginx2** from within Docker. First build the container:
You can launch **evilginx2** from within Docker. First build the image:
```
docker build . -t evilginx2
```
Expand Down

0 comments on commit 86cecf8

Please sign in to comment.