Skip to content

Commit

Permalink
Added Installation section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bessarabov committed Nov 12, 2023
1 parent 4c5e574 commit 148f2a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# tsv2table

## Installation

* Download latest `tsv2table` from [Releases](https://github.com/bessarabov/tsv2table/releases)
* Make it executable

```
curl -L https://github.com/bessarabov/tsv2table/releases/latest/download/tsv2table -o tsv2table
chmod +x tsv2table
```

## `--help`

```
$ tsv2table --help
Expand Down

0 comments on commit 148f2a7

Please sign in to comment.