Update README.md

This commit is contained in:
G2 2022-09-21 13:54:06 -05:00 committed by GitHub
parent 544ed01199
commit ac77fa236f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,13 @@ My goal with this script is to keep it simple, just a single line that gives use
- Clean and simple - Clean and simple
- Customizable - Customizable
- Easy to install and update - 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<br>
<sup>Source: [https://github.com/termstandard/colors](https://github.com/termstandard/colors)</sup>
- [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)
<hr> <hr>
### Installing: ### Installing: