Skip to content

Commit

Permalink
add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Sep 22, 2023
1 parent d04b918 commit 1eefae1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

An extremely simple CLI tool to split string contents.

## Install

You can either download the latest release builds form the [Releases page](https://github.com/shellshape/ssplit/releases) or you can install it using cargo install.

```
cargo install ssplit
```

## Usage

```
Expand Down

0 comments on commit 1eefae1

Please sign in to comment.