summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-03-29 04:33:07 -0400
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-03-29 04:33:07 -0400
commit9146c4f6dd5bc2cfe8a4f2a2abbc08fa8a5ba0a8 (patch)
tree48d127e53177c7e86d5b057bd563a8a379e89a61
parent4d61ca4d418a4e78497c209f5926a94c19e8a83e (diff)
docs: update font issue troubleshooting header
-rw-r--r--docs/content/troubleshooting.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/content/troubleshooting.md b/docs/content/troubleshooting.md
index 97d7bf9b..6c7f17f6 100644
--- a/docs/content/troubleshooting.md
+++ b/docs/content/troubleshooting.md
@@ -23,11 +23,13 @@ Another (better) alternative is to install a font that supports braille fonts, a
For example, installing something like [UBraille](https://yudit.org/download/fonts/UBraille/) or [Iosevka](https://github.com/be5invis/Iosevka)
and ensuring your terminal uses it should work.
-### Braille font issues on Linux
+### Braille font issues on Linux/macOS/Unix-like
-See [here](https://github.com/cjbassi/gotop/issues/18) for possible fixes if you're having font issues. Generally, the
-problem comes down to you either not having a font that supports the braille markers, or your terminal emulator is not
-using the correct font for the braille markers.
+Generally, the problem comes down to you either not having a font that supports the braille markers, or your terminal
+emulator is not using the correct font for the braille markers.
+
+See [here](https://github.com/cjbassi/gotop/issues/18) for possible fixes if you're having font issues on Linux, which
+may also be helpful for macOS or other Unix-like systems.
If you're still having issues, feel free to open a [discussion](https://github.com/ClementTsang/bottom/discussions/new/)
question about it.