Skip to content

Commit 0e2924c

Browse files
committed
fix urls for Docker
Signed-off-by: Michel-FK <[email protected]>
1 parent 500c9de commit 0e2924c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ After building, you should obtain the SD Card image `sdcard.img` and the firmwar
107107
When using a Docker container, all the prerequisites are automatically installed.
108108

109109
### How to get the sources
110-
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:
110+
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:
111111

112112
```bash
113113
$ mkdir <FunKey directory>
@@ -123,7 +123,7 @@ $ docker build -t funkey-project/funkey-os .
123123
You may now build your FunKey with:
124124

125125
```bash
126-
$ docker run -d -name funkey-os funkey-project/funkey-os
126+
$ docker run -d --name funkey-os funkey-project/funkey-os
127127
```
128128
This may take a while, consider getting yourself a cup or glass of your favorite beverage ;-)
129129

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN \
9393
#
9494
# Clone the FunKey-OS repository
9595
git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \
96-
git clone https://github.com/Michel-FK/FunKey-OS.git /home/funkey/FunKey-OS && \
96+
git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \
9797
#
9898
# Set file ownership
9999
chown -R funkey:funkey /home/funkey

0 commit comments

Comments
 (0)