Browse Source

x230: README: markdown format fix

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
00c7e9c539
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      x230/README.md

+ 5
- 5
x230/README.md View File

@ -63,11 +63,11 @@ upgrade image, change it and create a bootable _USB_ image, with an EC update
that allows us to use any 3rd party aftermarket battery:
sudo apt-get install build-essential git mtools libssl-dev
git clone https://github.com/hamishcoleman/thinkpad-ec && cd thinkpad-ec
make patch_disable_keyboard clean
make patch_enable_battery clean
make patched.x230.img
sudo apt-get install build-essential git mtools libssl-dev
git clone https://github.com/hamishcoleman/thinkpad-ec && cd thinkpad-ec
make patch_disable_keyboard clean
make patch_enable_battery clean
make patched.x230.img
That's it. You can create a bootable USB stick: `sudo dd if=patched.x230.img of=/dev/sdx`


Loading…
Cancel
Save