add -o option to wget

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-20 11:55:16 +01:00
parent df839e7919
commit ec69eb8296
1 changed files with 1 additions and 1 deletions

View File

@ -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!):