Skip to content

Commit

Permalink
add install
Browse files Browse the repository at this point in the history
  • Loading branch information
itayd committed May 23, 2022
1 parent c9ab97f commit 3fe08bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

simple find and replace in files.

# Install

```
$ go install github.com/itayd/pounce
```

# Use
```
$ pounce collect -r -s 'dog' > /tmp/dogs.txt
$ cat /tmp/dogs.txt
Expand Down

0 comments on commit 3fe08bc

Please sign in to comment.