Skip to content

Commit 22e6c3e

Browse files
committed
fix the build directory name
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
1 parent 65c711c commit 22e6c3e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ $ sudo apt install bash bc binutils build-essential bzip2 ca-certificates cpio c
7676
```
7777

7878
### 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):
8080

8181
```bash
82-
$ git clone https://github.com/FunKey-Project/FunKey-OS.git <FunKey directory>
82+
$ git clone https://github.com/FunKey-Project/FunKey-OS.git FunKey-OS
8383
```
8484

8585
Then enter into the created directory:
8686

8787
```bash
88-
$ cd <FunKey directory>
88+
$ cd FunKey-OS
8989
```
9090

9191
### Build the disk image & firmware update files
@@ -107,11 +107,11 @@ 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:
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):
111111

112112
```bash
113-
$ mkdir <FunKey directory>
114-
$ cd <FunKey directory>
113+
$ mkdir FunKey-OS
114+
$ cd FunKey-OS
115115
$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile
116116
```
117117
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
133133
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:
134134
```bash
135135
$ mkdir images
136-
$ docker cp funkey-os:/home/funkey/<FunKey directory>/images/sdcard.img images/
137-
$ docker cp funkey-os:/home/funkey/<FunKey directory>/images/FunKey-rootfs-X.Y.fwu images/
136+
$ docker cp funkey-os:/home/funkey/FunKey-OS/images/sdcard.img images/
137+
$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.fwu images/
138138
```
139139

140140
## How to write to the SD card

0 commit comments

Comments
 (0)