From 0e2924cdcc6d85abe0db5f3b99c36e5c6e4de71e Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Thu, 19 Nov 2020 19:14:20 +0100 Subject: [PATCH] fix urls for Docker Signed-off-by: Michel-FK --- README.md | 4 ++-- docker/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12940e9..dffc009 100755 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ 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/Michel-FK/FunKey-Project/master/docker/Dockerfile) and put it into a separate directory: +When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/FunKey-Project/master/docker/Dockerfile) and put it into a separate directory: ```bash $ mkdir @@ -123,7 +123,7 @@ $ docker build -t funkey-project/funkey-os . You may now build your FunKey with: ```bash -$ docker run -d -name funkey-os funkey-project/funkey-os +$ docker run -d --name funkey-os funkey-project/funkey-os ``` This may take a while, consider getting yourself a cup or glass of your favorite beverage ;-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 35471b7..7b567f3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -93,7 +93,7 @@ RUN \ # # Clone the FunKey-OS repository git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \ - git clone https://github.com/Michel-FK/FunKey-OS.git /home/funkey/FunKey-OS && \ + git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \ # # Set file ownership chown -R funkey:funkey /home/funkey