Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Dec 1, 2015
1 parent b7cc868 commit 118cb24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -85,9 +85,10 @@ Then, before `def install`, add this.
```ruby
option "with-truecolor", "Build with truecolor patch enabled"
patch do
url "https://gist.githubusercontent.com/choppsv1/dd00858d4f7f356ce2cf/raw/75b073e85f3d539ed24907f1615d9e0fa3e303f4/tmux-24.diff"
sha1 "101aa54529adf8aa22216c3f35d55fc837c246e8"
url "https://gist.githubusercontent.com/zchee/9f6f2ca17acf49e04088/raw/0c9bf0d84e69cb49b5e59950dd6dde6ca265f9a1/tmux-truecolor.diff"
sha1 "8e91ab1c076899feba1340854e96594aafee55de"
end if build.with? "truecolor"

```

Now you can run `brew install tmux --with-truecolor` and get all the colors for iterm nightly.
Expand Down

0 comments on commit 118cb24

Please sign in to comment.