Skip to content

Commit 8d9edb6

Browse files
committed
clarify readme according to issue #3
1 parent 3cdcb9a commit 8d9edb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ A tmux solarized theme using Ethan Schoonover’s [Solarized color scheme](http:
77
* The main solarized repository: [/altercation/solarized](https://github.com/altercation/solarized)
88

99
## Installation
10-
This config snippet for the terminal multiplexer tmux should be added to your `~/.tmux.conf` configuration file.
10+
These config snippets for the terminal multiplexer tmux should be added to your `~/.tmux.conf` configuration file.
11+
This means you have to append the content of e.g. `tmuxcolors-256.conf` to the end of your own config e.g. by using this oneliner (backup you config first!!):
12+
13+
cat tmuxcolors-256.conf >> ~/.tmux.conf
1114

1215
In most cases, you have to force tmux to assume the terminal supports 256 colours.
1316
For this, start tmux as `tmux -2`.

0 commit comments

Comments
 (0)