mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Update README.md
This commit is contained in:
parent
544ed01199
commit
ac77fa236f
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue