Update README.md

Added troubleshooting instructions for ubuntu installations without python-appindicator.
This commit is contained in:
Giridaran Manivannan 2014-05-04 10:55:43 +05:30
parent 0b1353131d
commit b2e3b2ca43
1 changed files with 8 additions and 1 deletions

View File

@ -40,7 +40,7 @@ access it via:
depending on your Ubuntu Version. Or put it in `~/.config/openbox/autostart`
if you are running OpenBox. [Here](http://imgur.com/mnhIzDK) is how the
configuration should look like in Ubuntu and its derivatives.
configuration should look like in Ubuntu and its derivatives.
###Upgrade
The latest stable version is always the one [available on pip](https://pypi.python.org/pypi/hackertray/).
@ -57,6 +57,13 @@ need to clear the pip cache before upgrading:
3. Remembers which links you opened
4. Shows Points/Comment count in a simple format
###Troubleshooting
If the app indicator fails to show in Ubuntu versions, consider installing
python-appindicator with
`sudo apt-get install python-appindicator`
##Author Information
- Abhay Rana (<me@captnemo.in>)