From 0bcae945c2002ee26f53ac7e012cef60c51a4a1a Mon Sep 17 00:00:00 2001 From: Aqeel Akber Date: Thu, 1 Jan 2015 11:46:04 +1000 Subject: [PATCH] Added manual install guide --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea7b57..ce5011e 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,19 @@ Tested on Arch Linux with MATE Desktop Environment. - Disabling of Clickpad and TrackPoint when moving to tablet mode # TODO: -- Write the systemd units and PKGBUILD +- Write PKGBUILD # Dependencies - acpid - xinput - xsetwacom - onboard (optional for onscreen keyboard) + +# Manual installation + +sudo -s +git clone https://github.com/admiralakber/thinkpad-yoga-scripts /opt/thinkpad-yoga-scripts +cp /opt/thinkpad-yoga-scripts/systemd/* /etc/systemd/system/* +cp /opt/thinkpad-yoga-scripts/tablet/tablet-mode /etc/acpi/events +cp /opt/thinkpad-yoga-scripts/tablet/tablet-mode.sh /etc/acpi/actions +exit \ No newline at end of file