Add features to readme
This commit is contained in:
parent
a40f4b644e
commit
403175b37f
17
README.md
17
README.md
|
@ -12,6 +12,7 @@ your distro's logo or any ascii art of your choice!
|
|||
|
||||
## Table of Contents
|
||||
|
||||
- [Features](#features)
|
||||
- [Dependencies](#dependencies)
|
||||
- [Installation](#installation)
|
||||
- [Post Install](#post-install)
|
||||
|
@ -24,6 +25,22 @@ your distro's logo or any ascii art of your choice!
|
|||
<!-- }}} -->
|
||||
|
||||
|
||||
<!-- Features {{{ -->
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- Supports **Linux**, **Mac OS X**, **BSD** and **Windows** (Cygwin)
|
||||
- Display a **full color image**, a file containing **ascii art** or your **distro's logo** in ascii next to the info.
|
||||
- The script is **fast**. We use bash builtins wherever possible and only spawn external processes when necessary.
|
||||
- Take a screenshot of your desktop on script finish.
|
||||
- Customize **which** info is displayed, **where** it's displayed and **when** it's displayed.
|
||||
- See this **[wiki page](https://github.com/dylanaraps/fetch/wiki/Customizing-Info)**
|
||||
|
||||
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
<!-- Dependences {{{ -->
|
||||
|
||||
|
||||
|
|
Reference in New Issue