From af70a89eb22b24b15cfc1353c0fa9fb0cd12cb98 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Tue, 15 May 2018 11:17:00 +0200 Subject: [PATCH] enhanced install script and added one-liner install command to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19c2bab..d948732 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ backlight none, searches in /sys/class/backlight, intel and ati/amd supported ``` # Install +One-Liner: Open up a terminal and paste: `bash <(curl -s https://will.kein.hk/git/koksnuss/simple-i3blocks/raw/master/install.sh)` + - Backup: `mv ~/.config/i3blocks{,.bak}` - Clone: `git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks` - Adjust `~/.config/i3blocks/config` to control i3 status bar output (see [Usage](#usage)).