Fix error in documentation ordering

master
Hamish Coleman 2 years ago
parent 7993bf2f2c
commit 75383a85b1

@ -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 the patch is shown at the end of the build process and during the pre-flash
warning message. 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: On Debian, this can be done with:
``` ```
sudo apt-get update sudo apt-get update
sudo apt-get install make sudo apt-get install make git
sudo make build-deps
``` ```
On Fedora, you could install it with dnf: On Fedora, you could install it with dnf:
@ -96,6 +95,12 @@ warning message.
``` ```
cd ~/thinkpad-ec 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: 4. Show the list of laptops and USB image file names:

Loading…
Cancel
Save