Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen authored Apr 27, 2020
1 parent f32fa49 commit cdffd69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ EXAMPLES:

## Downloads

v1.3.9 Release: https://github.com/subchen/frep/releases/tag/v1.3.9
v1.3.10 Release: https://github.com/subchen/frep/releases/tag/v1.3.10

- Linux

```
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.9/frep-1.3.9-linux-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.10/frep-1.3.10-linux-amd64 -o /usr/local/bin/frep
chmod +x /usr/local/bin/frep
# centos / redhat
yum install https://github.com/subchen/frep/releases/download/v1.3.9/frep-1.3.9-73.x86_64.rpm
yum install https://github.com/subchen/frep/releases/download/v1.3.10/frep-1.3.10-74.x86_64.rpm
# ubuntu
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.9/frep_1.3.9-73_amd64.deb -o frep_1.3.9-73_amd64.deb
dpkg -i frep_1.3.9-73_amd64.deb
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.10/frep_1.3.10-74_amd64.deb -o frep_1.3.10-74_amd64.deb
dpkg -i frep_1.3.10-74_amd64.deb
```
- macOS
Expand All @@ -67,7 +67,7 @@ v1.3.9 Release: https://github.com/subchen/frep/releases/tag/v1.3.9
- Windows
```
wget https://github.com/subchen/frep/releases/download/v1.3.9/frep-1.3.9-windows-amd64.exe
wget https://github.com/subchen/frep/releases/download/v1.3.10/frep-1.3.10-windows-amd64.exe
```
## Docker
Expand Down

0 comments on commit cdffd69

Please sign in to comment.