diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2013-02-23 18:43:08 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2013-02-23 18:43:08 +0100 |
| commit | 85a0f4e42d4a9333c34326121e01d1b8fe306b9d (patch) | |
| tree | a136eb152fee0aa8f59f3600479347825fde299c /README.md | |
| parent | 3eaeaf2082d163c22a72f824641e2d1c06c4a9d8 (diff) | |
move to a proper setuptools installation, update the doc
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
