From 02b86a0e35486b9d7f5352026b3254a1cf83d4bd Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Wed, 24 Oct 2018 09:31:50 -0500 Subject: [PATCH] Update README.md Add troubleshooting section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 140deb2..1944121 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,9 @@ To see all options that are available, run: ``` boltbrowser --help ``` + +Troubleshooting +--------------- + +If you're having trouble with garbled characters being displayed on your screen, you may try a different value for `TERM`. +People tend to have the best luck with `xterm-256color` or something like that. Play around with it and see if it fixes your problems.