From ec69eb8296217a0b0df34de72fc8771f8f3db84c Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Fri, 20 Nov 2020 11:55:16 +0100 Subject: [PATCH] add -o option to wget Signed-off-by: Michel-FK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e50caf8..0ca48ec 100755 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ When using a Docker container, you must first create a new directory (here we cr ```bash $ mkdir FunKey-OS $ cd FunKey-OS -$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile +$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile -o Dockerfile ``` You must then build the docker image (don't forget the final dot!):