Skip to content

Commit

Permalink
fixed the readme 1st attempt!
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Apr 13, 2014
1 parent 0bd6d1c commit 19f736e
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,47 @@
persian-calendar
Persian Calendar
================

A Persian (Jalali/Farsi) calendar which provides a basic app indicator in Unity Desktop Environment.
A Persian (Jalali/Farsi) calendar which provides a basic app indicator in Unity
Desktop Environment.


Requirements
================
Python 2

Khayyam python package (http://pythonhosted.org/Khayyam/)


Installation
================
First make sure Khayyam is installed:
sudo apt-get install python-pip
sudo pip install Khayyam
First make sure *Khayyam* is installed:

sudo apt-get install python-pip
sudo pip install Khayyam

Clone the repository:
cd ~
git clone https://github.com/183amir/persian-calendar.git
cd persian-calendar
chmod +x persian-calendar.py

cd ~
git clone https://github.com/183amir/persian-calendar.git
cd persian-calendar
chmod +x persian-calendar.py

Now press Alt+F2 and run the program from there:
~/persian-calendar/persian-calendar.py

~/persian-calendar/persian-calendar.py

To make the program run when you login:
In Ubuntu, run 'Startup Applications' and press add

In Ubuntu, run *Startup Applications* and press add

Name:
persian-calendar

persian-calendar

Command:
/usr/bin/env python ~/persian-calendar/persian-calendar.py

/usr/bin/env python ~/persian-calendar/persian-calendar.py

Comment:
Persian Calendar Indicator

Persian Calendar Indicator

0 comments on commit 19f736e

Please sign in to comment.