Skip to content

Install steps ubuntu

ypetya edited this page Sep 13, 2010 · 1 revision

Install github-notifier


sudo apt-get install python-gtk2 python-setuptools
sudo easy_install feedparser
git clone git://github.com/abiczo/github-notifier.git
cd github-notifier
sudo python setup.py install

Edit your .gitconfig settings

Add or edit github section:


[github]
user = <your user name>
token = <your api token key from github's account settings page>