docs: update readme

This commit is contained in:
2024-09-03 03:00:50 +03:00
parent 8c8c7d9b38
commit 01d3ed088e

View File

@@ -16,9 +16,9 @@ Prints a tree-like representation of the input.
### Options
- `-h, --help`: Show help message and exit.
- `-V, --version`: Show the version number and exit.
- `-V, --version`: Show the version number and exit.
- `-f, --file FILE`: Read from FILE.
- `-, --stdin`: Read from stdin.
- ` -, --stdin`: Read from stdin.
- `-c, --charset CHARSET`: Use CHARSET to display characters (utf-8, ascii).
- `-s, --trailing-slash`: Display trailing slash on directory.
- `-p, --full-path`: Display full path.
@@ -27,6 +27,14 @@ Prints a tree-like representation of the input.
## Installation
### Homebrew
1. Install via Homebrew:
```sh
brew tap chenasraf/tap
brew install treelike
```
### From Releases
1. Go to the [Releases](https://github.com/chenasraf/treelike/releases) page.