Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Dec 22, 2017
1 parent 7219126 commit bade2f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USAGE:
frep [options] input-file[:output-file] ...
VERSION:
1.2.1-62
1.2.2-62
AUTHORS:
Guoqiang Chen <[email protected]>
Expand All @@ -38,26 +38,26 @@ EXAMPLES:

## Downloads

v1.2.1 Release: https://github.com/subchen/frep/releases/tag/v1.2.1
v1.2.2 Release: https://github.com/subchen/frep/releases/tag/v1.2.2

- Linux

```
curl -fSL https://github.com/subchen/frep/releases/download/v1.2.1/frep-1.2.1-linux-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.2.2/frep-1.2.2-linux-amd64 -o /usr/local/bin/frep
chmod +x /usr/local/bin/frep
```
- macOS
```
curl -fSL https://github.com/subchen/frep/releases/download/v1.2.1/frep-1.2.1-darwin-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.2.2/frep-1.2.2-darwin-amd64 -o /usr/local/bin/frep
chmod +x /usr/local/bin/frep
```
- Windows
```
wget https://github.com/subchen/frep/releases/download/v1.2.1/frep-1.2.1-windows-amd64.exe
wget https://github.com/subchen/frep/releases/download/v1.2.2/frep-1.2.2-windows-amd64.exe
```
## Examples
Expand Down

0 comments on commit bade2f8

Please sign in to comment.