mirror of
https://github.com/chenasraf/tblf_rust.git
synced 2026-05-18 01:49:07 +00:00
docs: update readme
This commit is contained in:
11
README.md
11
README.md
@@ -18,6 +18,17 @@ Mary-Jane Watson No
|
||||
Harry Osborn No
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Currently you can build this program from source.
|
||||
|
||||
For an easy installation:
|
||||
|
||||
- Clone this repository: `git clone https://github.com/chenasraf/tblf --depth=1`
|
||||
- To build: `make build`
|
||||
- To install: `make install` - will put the binary in `/usr/local/bin`
|
||||
- To install at a custom location: `cp target/release/tblf /path/to/dir`
|
||||
|
||||
## How to use
|
||||
|
||||
Either pass a string as the first argument, or pipe a string into it.
|
||||
|
||||
Reference in New Issue
Block a user