Skip to content

Commit 8513ec1

Browse files
committed
fix problem with Github url tokens
Signed-off-by: Michel-FK <[email protected]>
1 parent ed6a4d1 commit 8513ec1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,12 @@ 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/FunKey-Project/FunKey-OS/master/docker/Dockerfile) and put it into a separate directory (here we place it into a `FunKey-OS` directory):
111-
110+
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):
112111
```bash
113112
$ mkdir FunKey-OS
114113
$ cd FunKey-OS
115-
$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile
116114
```
115+
117116
You must then build the docker image (don't forget the final dot!):
118117
```bash
119118
$ docker build -t funkey-project/funkey-os .

0 commit comments

Comments
 (0)