From e5fb07bbda3bbd70e2d969cec9fdbcac8ff5d818 Mon Sep 17 00:00:00 2001 From: Alexis6307 Date: Fri, 31 May 2019 13:14:41 +0200 Subject: [PATCH] Update for working Docker instruction Current info about building in docker is poor. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f145b..52cac32 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ bash install_debian_ubuntu.sh ## DOCKER INSTALL: ``` -docker build Dockerfile +sudo docker build -t sn1per-docker . && docker run -it sn1per-docker /bin/bash ``` ## USAGE: