From 85a0f4e42d4a9333c34326121e01d1b8fe306b9d Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sat, 23 Feb 2013 18:43:08 +0100 Subject: move to a proper setuptools installation, update the doc --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4efd538..73681d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ py3status ========= -py3status extends the mighty i3status for enhanced i3bar customization on i3wm +py3status is an extensible i3status wrapper written in python ## Documentation See the [wiki](https://github.com/ultrabug/py3status/wiki) for up to date documentation. @@ -22,9 +22,9 @@ Get into the cloned directory: $ cd .py3status -And run the setup.sh as root or via sudo: +And run the setup.py as root or via sudo: - $ sudo sh setup.sh + $ sudo python setup.py install ## Usage In your i3 config file, simply change the `status_command` with: @@ -49,3 +49,4 @@ Just pull on your local clone to get the latest py3status: $ cd .py3status $ git pull + $ sudo python setup.py install -- cgit v1.3