Add note about new location of terminalrc
[stack/conf/xfce4-terminal-colors-solarized.git] / README.md
index 6387590..baed619 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Downloads
 
 If you have come across this colorscheme via the [Vim-only repository] on github, or the [vim.org script] page see the link above to the Solarized homepage or visit the main [Solarized repository].
 
-The [Vim-only repository] is kept in sync with the main [Solarized repository] and is for installation convenience only, for instance).  Issues, bug reports, changelogs are centralized at the main [Solarized repository].
+The [Xfce4-Terminal-only repository] is kept in sync with the main [Solarized repository] and is for installation convenience only, for instance).  Issues, bug reports, changelogs are centralized at the main [Solarized repository].
 
 [Solarized homepage]:   http://ethanschoonover.com/solarized
 [Solarized repository]: https://github.com/altercation/solarized
@@ -27,7 +27,20 @@ The [Vim-only repository] is kept in sync with the main [Solarized repository] a
 Installation
 ------------
 
-Move `terminalrc` to your `~/.config/Terminal/` directory.
+Move `terminalrc` to your terminal configuration directory. Starting with xfce version 0.6.0 (released in December 2012), this directory is located at `~/.config/xfce4/terminal`.
+In earlier versions of Xubuntu, the directory is located at `~/.config/Terminal/`.
+
+The dark or the light themes are available. To install the dark version please do the following:
 
         $ cd xfce4-terminal-colors-solarized
-        $ mv terminalrc ~/.config/Terminal/
+        $ cp dark/terminalrc ~/.config/Terminal/terminalrc
+        OR
+        $ cp dark/terminalrc ~/.config/xfce4/terminal/terminalrc
+
+To install the light version go with:
+
+        $ cd xfce4-terminal-colors-solarized
+        $ cp light/terminalrc ~/.config/Terminal/terminalrc
+        OR
+        $ cp light/terminalrc ~/.config/xfce4/terminal/terminalrc
+