From 5914a035ac1e5bb30b2ff4e5186b054b5bc5fa48 Mon Sep 17 00:00:00 2001 From: jens tinfors Date: Mon, 13 May 2013 07:54:56 +0200 Subject: [PATCH] Correct destination path for terminalrc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1c304f..a118614 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Move `terminalrc` to your `~/.config/Terminal/` directory. The dark or the light install the dark version please do the following: $ cd xfce4-terminal-colors-solarized - $ mv dark/terminalrc ~/.config/Terminal/ + $ cp dark/terminalrc ~/.config/Terminal/terminalrc To install the light version go with: $ cd xfce4-terminal-colors-solarized - $ mv light/terminalrc ~/.config/Terminal/ + $ cp light/terminalrc ~/.config/Terminal/terminalrc -- 2.20.1