GitHub wording
[lilass.git] / README.rst
index d32847dc6508b4902588132fea084b20ea4c5462..82840ccd76d1ecd88230b4a3ead4374724d82d60 100644 (file)
@@ -57,7 +57,7 @@ All this is achieved by running the following shell script on log-in::
 
   LILASS=/path/to/lilass
   x-on-resize -c $LILASS
-  $LILASS -external-only
+  $LILASS --external-only
 
 .. _x-on-resize: http://keithp.com/blogs/x-on-resize/
 
@@ -75,14 +75,17 @@ connector not mentioned in either option will be completely ignored.
 Source, License
 ---------------
 
-You can find the sources in the `git repository`_. They are provided under
-the GPLv2_ or (at your option) any later version of the GPL.
+You can find the sources in the `git repository`_ (also available `on GitHub`_). 
+They are provided under the GPLv2_ or (at your option) any later version of the 
+GPL. See the file ``LICENSE-GPL2`` for more details.
 
 .. _git repository: http://www.ralfj.de/git/lilass.git
+.. _on GitHub: https://github.com/RalfJung/lilass
 .. _GPLv2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
 Contact
 -------
 
 If you found a bug, or want to leave a comment, please
-`send me a mail <mailto:post-AT-ralfj-DOT-de>`_.
+`send me a mail <mailto:post-AT-ralfj-DOT-de>`_. I'm also happy about pull
+requests :)