You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,16 +76,16 @@ $ sudo apt install bash bc binutils build-essential bzip2 ca-certificates cpio c
76
76
```
77
77
78
78
### How to get the sources
79
-
When using either physical or virtual Linux machines, you must clone the FunKey OS repository from Github:
79
+
When using either physical or virtual Linux machines, you must clone the FunKey OS repository from Github (here we place it into a `FunKey-OS` directory):
@@ -107,11 +107,11 @@ After building, you should obtain the SD Card image `sdcard.img` and the firmwar
107
107
When using a Docker container, all the prerequisites are automatically installed.
108
108
109
109
### 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:
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):
You must then build the docker image (don't forget the final dot!):
@@ -133,8 +133,8 @@ This may take a while, consider getting yourself a cup or glass of your favorite
133
133
After building, you can copy the SD Card image `sdcard.img` and the firmware update file `FunKey-rootfs-X.Y.fwu` from the container into the host current directory:
0 commit comments