mirror of
https://github.com/Atsukoro1/ponyfetch.git
synced 2024-11-30 07:37:59 +01:00
feat: 🎸 Readme update
This commit is contained in:
parent
f6d4441097
commit
591d21d834
1 changed files with 27 additions and 2 deletions
29
README.md
29
README.md
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
- [📜 Table of contents](#-table-of-contents)
|
- [📜 Table of contents](#-table-of-contents)
|
||||||
- [✨ Demo](#-demo)
|
- [✨ Demo](#-demo)
|
||||||
|
- [🔧 Using](#-using)
|
||||||
|
- [🧪 Requirements for install](#-requirements-for-install)
|
||||||
- [⚡ Installing](#-installing)
|
- [⚡ Installing](#-installing)
|
||||||
- [🔨 Compiling](#-compiling)
|
- [🔨 Compiling](#-compiling)
|
||||||
- [📚 Contributing](#-contributing)
|
- [📚 Contributing](#-contributing)
|
||||||
|
@ -31,6 +33,29 @@
|
||||||
|
|
||||||
<img src="https://i.postimg.cc/MK6Fy3tP/konecne.gif" style="height: 300px; width: 570px;" alt="demo">
|
<img src="https://i.postimg.cc/MK6Fy3tP/konecne.gif" style="height: 300px; width: 570px;" alt="demo">
|
||||||
|
|
||||||
|
## 🔧 Using
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ponyfetch [OPTION]
|
||||||
|
```
|
||||||
|
|
||||||
|
| Option | Description | Type | Default | Required? |
|
||||||
|
|--------|----------------------------------------------------------|--------|---------|-----------|
|
||||||
|
| `-c` or `--color` | Defines what color to print pony and titles in | `String` | `blue` | No |
|
||||||
|
| `-p` or `--pony` | Pony to print | `String` | `rainbowdash` | No |
|
||||||
|
| `-h` or `--help` | Help menu in case you don't understand this one | | | No |
|
||||||
|
|
||||||
|
## 🧪 Requirements for install
|
||||||
|
|
||||||
|
On Linux (MAC not tested), install net-tools package using
|
||||||
|
```sh
|
||||||
|
sudo apt-get install net-tools
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```sh
|
||||||
|
sudo pacman -S net-tools
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## ⚡ Installing
|
## ⚡ Installing
|
||||||
|
|
||||||
|
@ -52,8 +77,8 @@ chmod +x ./install.sh && sudo ./install.sh
|
||||||
|
|
||||||
- 🖥️ On Windows
|
- 🖥️ On Windows
|
||||||
|
|
||||||
```txt
|
```sh
|
||||||
(WIP) Ponyfetch is still not available on Windows
|
./install.bat
|
||||||
```
|
```
|
||||||
|
|
||||||
- 🍎 On Mac
|
- 🍎 On Mac
|
||||||
|
|
Loading…
Reference in a new issue