Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Piotrowski <krzysztof.piotrowski@inetum.com>
  • Loading branch information
Ruadhri17 committed Sep 5, 2024
1 parent 01737d8 commit 1f602a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Build an image which includes thin-edge.io and [RAUC](https://rauc.readthedocs.i
**Raspberry Pi**

```sh
KAS_MACHINE=raspberrypi3-64 just build-project ./projects/tedge-rauc.yaml
KAS_MACHINE=raspberrypi4-64 just build-project ./projects/tedge-rauc.yaml
KAS_MACHINE=raspberrypi3-64 just build-project ./projects/kirkstone/tedge-rauc.yaml
KAS_MACHINE=raspberrypi4-64 just build-project ./projects/scarthgap/tedge-rauc.yaml
```

Or you can save the KAS_MACHINE value in your .env file
Expand Down Expand Up @@ -134,7 +134,7 @@ just update-all-locks
Or you can specify which project file should be updated instead (if you want more control over it).

```sh
just update-lock ./projects/tedge-rauc.yaml
just update-lock ./projects/kirkstone/tedge-rauc.yaml
```

## Tips
Expand Down

0 comments on commit 1f602a0

Please sign in to comment.