From 7b69f2f94f7c5084d31da695bb081af7c43c84af Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Fri, 3 Apr 2020 17:44:40 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 741f9e5..e443848 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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