Skip to content

Commit 3e6443b

Browse files
Fix typo on README
1 parent 6e42fc0 commit 3e6443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For NixOS, you just need to add this line to your configuration file: `boot.binf
3939

4040
For non-NixOS systems, you just need to add this line to `nix.conf`: `extra-platforms = ARCHITECTURE_NAME`
4141

42-
**Example for an x86_64 build system targetting aarch64:**
42+
**Example for an x86_64 build system targeting aarch64:**
4343
- `extra-platforms = aarch64-linux`
4444

4545
Furthermore, on non-NixOS systems, you will need QEMU installed, particularly the `qemu-system` and `qemu-efi` for your target architecture, as well as `binfmt-support` and `qemu-user-static`. This will allow you to run the binaries of your target architecture that are necessary for building the image with that architecture.

0 commit comments

Comments
 (0)