From 8513ec163f8ed35cdef468e9a2f3ea762c94ac03 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Fri, 20 Nov 2020 10:26:00 +0100 Subject: [PATCH] fix problem with Github url tokens Signed-off-by: Michel-FK --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eca19e5..5d6f022 100755 --- a/README.md +++ b/README.md @@ -107,13 +107,12 @@ After building, you should obtain the SD Card image `sdcard.img` and the firmwar When using a Docker container, all the prerequisites are automatically installed. ### How to get the sources -When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile) and put it into a separate directory (here we place it into a `FunKey-OS` directory): - +When using a Docker container, you must first create a new directory (here we create a `FunKey-OS` directory) and get the FunKey-OS [Dockerfile](https://github.com/FunKey-Project/FunKey-OS/blob/master/docker/Dockerfile): ```bash $ mkdir FunKey-OS $ cd FunKey-OS -$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile ``` + You must then build the docker image (don't forget the final dot!): ```bash $ docker build -t funkey-project/funkey-os .