summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2013-02-23 18:57:59 +0100
committerUltrabug <ultrabug@gentoo.org>2013-02-23 18:57:59 +0100
commitbd896bcfb205716edd6f6b7bae1078a444312298 (patch)
treeaddd9a32f7a77e66853467b60e148ee6daddf6ac
parent85a0f4e42d4a9333c34326121e01d1b8fe306b9d (diff)
update the install doc for Gentoo users
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73681d0..19566c5 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You must set the `output_format` to `i3bar` in the general section of your i3sta
output_format = "i3bar"
}
-## Installation
+## Installation (non Gentoo users)
Just clone the repository:
$ git clone git@github.com:ultrabug/py3status.git .py3status
@@ -26,6 +26,15 @@ And run the setup.py as root or via sudo:
$ sudo python setup.py install
+## Installation (Gentoo users)
+Add the `ultrabug` overlay on layman:
+
+ $ sudo layman -a ultrabug
+
+Install py3status:
+
+ $ sudo emerge -a py3status
+
## Usage
In your i3 config file, simply change the `status_command` with: