From 00c7e9c539e02750dafdf5005d1e673945472856 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Tue, 22 May 2018 09:44:39 +0200 Subject: [PATCH] x230: README: markdown format fix --- x230/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x230/README.md b/x230/README.md index 7cc943b..8deda2e 100644 --- a/x230/README.md +++ b/x230/README.md @@ -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`