Minor documentation and test settings improvements

master
Hamish Coleman 2 years ago
parent 8f0032adb1
commit d73e2f83dc

@ -29,7 +29,7 @@ jobs:
- name: Test with batteryonly targets - name: Test with batteryonly targets
run: | run: |
make patch_disable_keyboard make patch_disable_keyboard patch_enable_battery
make test.batteryonly make test.batteryonly
- name: Test with default build - name: Test with default build

@ -72,7 +72,8 @@ warning message.
``` ```
sudo apt-get update sudo apt-get update
sudo apt-get install wget build-essential git mtools libssl-dev sudo apt-get install make
sudo make build-deps
``` ```
On Fedora, you could install it with dnf: On Fedora, you could install it with dnf:
@ -86,13 +87,14 @@ warning message.
2. Clone a copy of this repo on to your computer: 2. Clone a copy of this repo on to your computer:
``` ```
cd ~/
git clone https://github.com/hamishcoleman/thinkpad-ec git clone https://github.com/hamishcoleman/thinkpad-ec
``` ```
3. Change to the directory created by the clone: 3. Change to the directory created by the clone:
``` ```
cd thinkpad-ec cd ~/thinkpad-ec
``` ```
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