From d71f5905e880409a77790246e996b4433a514665 Mon Sep 17 00:00:00 2001 From: David Wolf <68775926+devidw@users.noreply.github.com> Date: Sun, 24 Apr 2022 20:24:47 +0200 Subject: [PATCH] Remove tailing dquote from run cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca719f..6332c63 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ docker build -t phocean/beef . You can run it that way: ``` -$ docker run --rm -it --net=host -v $HOME/.msf4:/root/.msf4:Z -v /tmp/msf:/tmp/data:Z --name=beef phocean/beef" +$ docker run --rm -it --net=host -v $HOME/.msf4:/root/.msf4:Z -v /tmp/msf:/tmp/data:Z --name=beef phocean/beef ``` Mounting the volumes is optional but will ease the integration with the embedded Metasploit framework.