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 3, 2020
1 parent 76ffd65 commit 7b69f2f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ OPTIONS:
--dryrun just output result to console instead of file
--strict exit on any error during template processing
--delims value template tag delimiters (default: {{:}})
--missing handling of missing vars, one of: default/invalid, zero, error (default: default)
--help print this usage
--version print version information
Expand All @@ -46,15 +47,15 @@ v1.3.7 Release: https://github.com/subchen/frep/releases/tag/v1.3.7
- Linux

```
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.7/frep-1.3.7-linux-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.8/frep-1.3.8-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.7/frep-1.3.7-68.x86_64.rpm
yum install https://github.com/subchen/frep/releases/download/v1.3.8/frep-1.3.8-70.x86_64.rpm
# ubuntu
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.7/frep_1.3.7-68_amd64.deb -o frep_1.3.7-68_amd64.deb
dpkg -i frep_1.3.7-68_amd64.deb
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.8/frep_1.3.8-70_amd64.deb -o frep_1.3.8-70_amd64.deb
dpkg -i frep_1.3.8-70_amd64.deb
```
- macOS
Expand All @@ -66,7 +67,7 @@ v1.3.7 Release: https://github.com/subchen/frep/releases/tag/v1.3.7
- Windows
```
wget https://github.com/subchen/frep/releases/download/v1.3.7/frep-1.3.7-windows-amd64.exe
wget https://github.com/subchen/frep/releases/download/v1.3.8/frep-1.3.8-windows-amd64.exe
```
## Docker
Expand Down

0 comments on commit 7b69f2f

Please sign in to comment.