Skip to content

Commit 17b9178

Browse files
committed
feat: update README.md
1 parent 7d5120f commit 17b9178

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

readme.md renamed to README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ nix --extra-experimental-features nix-command develop --extra-experimental-featu
1313

1414
- For now, the Debian archive keyring needs to be installed on your computer. This will be fixed in a future update
1515

16+
```shell
17+
sudo apt update
18+
sudo apt install -y debian-archive-keyring
19+
```
20+
21+
- Install QEMU and utilities:
22+
23+
```shell
24+
sudo apt update
25+
sudo apt install -y qemu-system-x86 qemu-utils
26+
```
27+
28+
- Create the mkosi cache directory:
29+
30+
```shell
31+
mkdir -p ~/.cache/mkosi
32+
```
33+
1634
Usage
1735
-----
1836

0 commit comments

Comments
 (0)