Skip to content

Commit

Permalink
Merge pull request #195 from garden-io/faqs
Browse files Browse the repository at this point in the history
docs: add FAQs section and tmux/colors info
  • Loading branch information
eysi09 authored Jul 4, 2018
2 parents 03b5868 + 08b9bef commit e222110
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 e222110

Please sign in to comment.