From 61f843a49f7932f8a97892d7085145136d5cf090 Mon Sep 17 00:00:00 2001 From: rilla Date: Wed, 31 Aug 2022 17:18:57 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9d49c3b..e9605fd 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,11 @@ Before flashing, the system needs to boot with the kernel parameter * Then flash the new image with: ```sh -flash: build/coreboot_top_prepared_12mb.rom layout.txt - flashrom \ - --force \ - --noverify-all\ - -p internal \ - --layout layout.txt \ - --image bios \ - -w build/coreboot_top_prepared_12mb.rom +flashrom \ + --force \ + --noverify-all\ + -p internal \ + --layout layout.txt \ + --image bios \ + -w build/coreboot_top_prepared_12mb.rom ```