Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Jul 24, 2021
1 parent bd75df5 commit 41f4e4f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,21 @@
Gee is tool of stdin to each files and stdout. It is similar to the tee command, but there are more functions for convenience. In addition, it was written as go. which provides output to stdout and files. In this process, it has various processing functions for lines such as replace, prefix, and suffix, so it can be used as a pipeline configuration or as a utility for testing. For more information, see the usage and case of study below!

## 🚀 Installation
from source
From source (anythings used golang)
```
▶ GO111MODULE=on go get -v github.com/hahwul/gee
```
with homebrew
With homebrew (only macos)
```
▶ brew tap hahwul/gee
▶ brew install gee
```
Download from [release](https://github.com/hahwul/gee/releases) page. (macos,linux,freebsd,windows)
```
▶ wget https://github.com/hahwul/gee/releases/download/v1.0.4/gee_1.0.4_linux_amd64.tar.gz
▶ tar -xvf gee_1.0.4_linux_amd64.tar.gz
▶ cp ./gee /usr/bin
```

## ☄️ Usage
```
Expand Down

0 comments on commit 41f4e4f

Please sign in to comment.