summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2013-02-23 18:43:08 +0100
committerUltrabug <ultrabug@gentoo.org>2013-02-23 18:43:08 +0100
commit85a0f4e42d4a9333c34326121e01d1b8fe306b9d (patch)
treea136eb152fee0aa8f59f3600479347825fde299c /README.md
parent3eaeaf2082d163c22a72f824641e2d1c06c4a9d8 (diff)
move to a proper setuptools installation, update the doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
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