Skip to content

Commit

Permalink
docs: add FAQs section and tmux/colors info
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorbes committed Jul 3, 2018
1 parent 03b5868 commit 08b9bef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [Introduction](./introduction/README.md)
* [Getting Started](./introduction/getting-started.md)
* [Motivation](./introduction/motivation.md)
* [The FAQs](./introduction/the-faqs.md)
* [Guides](./guides/README.md)
* [Configuration](./guides/configuration.md)
* [Using Garden with Minikube](./guides/minikube.md)
Expand Down
1 change: 1 addition & 0 deletions docs/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

* [Getting Started](./getting-started.md)
* [Motivation](./motivation.md)
* [The FAQs](./the-faqs.md)
6 changes: 6 additions & 0 deletions docs/introduction/the-faqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# The FAQs

### When using garden inside tmux, colors look wonky. What gives?

You need to set tmux to use 256 colors. As per the [official documentation](https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-a-256-colour-terminal), you
can do that by adding `set -g default-terminal "screen-256color"` or `set -g default-terminal "tmux-256color"` to your `~/.tmux.conf` file.

0 comments on commit 08b9bef

Please sign in to comment.