Skip to content

Commit

Permalink
Fixed homepage string and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Nov 11, 2011
1 parent 0322e7a commit 30178e3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
24 changes: 22 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,30 @@ Rhythmbox 2.90 or above
Installation
-------------

Install manually from tarball::

Ubuntu Repository
~~~~~~~~~~~~~~~~~~

::

sudo add-apt-repository ppa:loneowais/ppa
sudo apt-get update
sudo apt-get install remember-the-rhythm


From Source
~~~~~~~~~~~~

Install:
````````

::

sudo make install

To remove::
Remove
```````

::

sudo make uninstall
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
remember-the-rhythm (0.1.3) oneiric; urgency=low

* Fixed homepage string

-- Owais Lone <hello@owaislone.org> Fri, 11 Nov 2011 23:48:03 +0530

remember-the-rhythm (0.1.2) oneiric; urgency=low

* Bug Fix: Sometimes doesn't remember playback time
Expand Down
2 changes: 1 addition & 1 deletion src/remember-the-rhythm.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Name=Remember the Rhythm
Description=Remembers last playing song and resumes on startup
Authors=Owais Lone <hello@owaislone.org>
Copyright=Copyright © 2011 Owais Lone
Website=http://owaislone.org/
Website=https://github.com/owais/remember-the-rhythm

0 comments on commit 30178e3

Please sign in to comment.