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)