From 75383a85b1b2633bd2d550659d0eab3574ba3970 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Thu, 25 Aug 2022 16:26:47 +0100 Subject: [PATCH] Fix error in documentation ordering --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b44d702..eec400a 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,12 @@ version used by the patched image you build. The version used to build the patch is shown at the end of the build process and during the pre-flash warning message. -1. Ensure you have installed the prerequisite packages +1. Ensure you have installed the minimum reuired packages On Debian, this can be done with: ``` sudo apt-get update - sudo apt-get install make - sudo make build-deps + sudo apt-get install make git ``` On Fedora, you could install it with dnf: @@ -96,6 +95,12 @@ warning message. ``` cd ~/thinkpad-ec ``` +1. Install the prerequisite packages + On Debian, this can be done with: + + ``` + sudo make build-deps + ``` 4. Show the list of laptops and USB image file names: