Skip to content

Commit 4013485

Browse files
authored
Merge pull request #19 from zarhus/update-kas-to-4-2
docs: getting-started: building.md: update KAS to 4.2
2 parents 7371b68 + 5c03f27 commit 4013485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This guide will demonstrate how to build a Zarhus OS image from zero!
1212
* Linux PC (tested on `Fedora 40`)
1313
* [docker](https://docs.docker.com/engine/install/fedora/) installed
1414
* [kas-container
15-
3.0.2](https://raw.githubusercontent.com/siemens/kas/3.0.2/kas-container)
15+
4.2](https://raw.githubusercontent.com/siemens/kas/4.2/kas-container)
1616
script downloaded and available in
1717
[PATH](https://en.wikipedia.org/wiki/PATH_(variable)).
1818

1919
```bash
2020
mkdir ~/.local/bin
21-
wget -O ~/.local/bin/kas-container https://raw.githubusercontent.com/siemens/kas/3.0.2/kas-container
21+
wget -O ~/.local/bin/kas-container https://raw.githubusercontent.com/siemens/kas/4.2/kas-container
2222
chmod +x ~/.local/bin/kas-container
2323
```
2424

0 commit comments

Comments
 (0)