diff --git a/README.md b/README.md
index 4b8f741..c7cf413 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,58 @@ and then soft link `/usr/local/bin/colout` to your colout.py under your installa
/usr/local/lib/python2.7/dist-packages/colout-0.1-py2.7.egg/colout/colout.py
+## OTHER INSTALLATION METHOD
+
+Pypi(the Python Package Index)
+
+ sudo pip install colout
+
+or
+
+ sudo easy_install colout
+
+Ubuntu 13.04's ppa
+
+ sudo add-apt-repository ppa:ciici123/colout
+ sudo apt-get update
+ sudo apt-get/aptitude install colout
+
+Gentoo overlay
+
+ 1. Install layman
+
+ echo "app-portage/layman git" >> $EPREFIX/etc/portage/package.Use
+ sudo emerge layman
+
+ 2. Edit `$EPREFIX/etc/layman/layman.cfg`. Add a line after
+
+ overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
+
+ so that it becomes
+
+ overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
+ file://$EPREFIX/var/lib/layman/my-list.xml
+
+ 3. Edit `$EPREFIX/var/lib/layman/my-list.xml`. The content of this file should be:
+
+
+
+
+ dongwm-overlay
+ dongweiming's gentoo overlay
+ https://github.com/dongweiming/dongwm-overlay.git
+
+ ciici1234@hotmail.com
+
+ git://github.com/dongweiming/dongwm-overlay.git
+
+
+
+ 4. Add this overlay and installation
+
+ layman -a dongwm-overlay && sudo emerge colout
+
+
## OPTIONS
* `-h`, `--help`:
diff --git a/bin/colout b/bin/colout
index 9e09ae9..7702d17 100644
--- a/bin/colout
+++ b/bin/colout
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright © 2013 Martin Ueding
+# Copyright (c) 2013 Martin Ueding
# Small launcher script for the main module.