Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
sontixyou committed Aug 1, 2024
1 parent cd42b48 commit f3e9029
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# soncat

`soncat` is a simple command line tool that print text in files.

## Installation


```sh
curl -LO https://github.com/sontixyou/soncat/releases/download/v0.0.1/soncat.tar.gz
tar -xvf soncat.tar.gz
sudo mv soncat /usr/local/bin
```

## Command

```sh
$ soncat file1
```

0 comments on commit f3e9029

Please sign in to comment.