From ac77fa236f94fd62a3a2cac429e7742e64b7b7d4 Mon Sep 17 00:00:00 2001
From: G2 <72430668+G2-Games@users.noreply.github.com>
Date: Wed, 21 Sep 2022 13:54:06 -0500
Subject: [PATCH] Update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 99bc135..f9ec848 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,13 @@ My goal with this script is to keep it simple, just a single line that gives use
- Clean and simple
- Customizable
- Easy to install and update
+
+#### Requirements:
+- Terminal with 24-bit true color support
+ - Can check with `printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"`, will return `TRUECOLOR` in Brown if supported
+ Source: [https://github.com/termstandard/colors](https://github.com/termstandard/colors)
+ - [List of supported terminal emulators](https://github.com/termstandard/colors#truecolor-support-in-output-devices)
+- A modern version of Bash or Zsh (eg. the `/bin/sh` shell in Ubuntu does **not** work)