Skip to content

Commit b7471a7

Browse files
authored
Merge pull request #89 from thin-edge/doc-fix-build-instruction
docs: fix build instructions when selecting an image
2 parents c277717 + 70830bf commit b7471a7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@ To run the build tasks, install [just](https://just.systems/man/en/chapter_5.htm
7171
4. Create the image (including downloading the supported base Raspberry Pi image) using:
7272
7373
```sh
74-
just IMAGE=tryboot build
74+
just build-pi4
75+
```
76+
77+
Alternatively, you can use any of the image names defined in the `rugpi-bakery.toml` file, where the image name is part of the `images.*` key. For example, for `images.rpi-tryboot-containers`, the `IMAGE` name would be `rpi-tryboot`. You can then build the image using the following command:
78+
79+
```sh
80+
just IMAGE=rpi-tryboot-containers build
7581
```
7682
7783
5. Using the path to the image shown in the console to flash the image to the Raspberry Pi.

0 commit comments

Comments
 (0)