fixed installation github url

This commit is contained in:
philipdexter 2013-03-12 10:18:59 -04:00
parent b42cd6aa15
commit 57f0e60174
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ For examples how it works, take a look at the __main__.py.dist file with some ex
To install it, follow these steps:
cd ~/.config/i3status/
git clone git@github.com:janoliver/i3pystatus contrib
git clone git@github.com:enkore/i3pystatus contrib
cd contrib/i3pystatus
cp __main__.py.dist __main__.py
@ -371,4 +371,3 @@ a python class that can be registered with the `I3statusHandler` class. Also don
forget to add yourself to the LICENSE file.
**Patches and pull requests are very welcome :-)**

View File

@ -14,7 +14,7 @@ For examples how it works, take a look at the __main__.py.dist file with some ex
To install it, follow these steps:
cd ~/.config/i3status/
git clone git@github.com:janoliver/i3pystatus contrib
git clone git@github.com:enkore/i3pystatus contrib
cd contrib/i3pystatus
cp __main__.py.dist __main__.py