mirror of
https://github.com/chenasraf/treelike.git
synced 2026-05-17 17:48:01 +00:00
docs: update readme
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user