From cdffd69bee7c14586b55c546adf735187b86ef15 Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Mon, 27 Apr 2020 20:00:23 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6a6e3d6..1fa76b9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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