From 687a35e5c1393ee10d14dd7b600e38821902c913 Mon Sep 17 00:00:00 2001 From: iliapolo Date: Mon, 11 Jun 2018 16:51:45 +0300 Subject: [PATCH] Fix binary file name in readme installation references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0fcc70..30b1187 100644 --- a/README.md +++ b/README.md @@ -622,14 +622,14 @@ Or, since PyCI itself uses PyCI for releases, you can simply download the execut Linux/MacOS: ```bash -sudo curl -L https://github.com/iliapolo/pyci/releases/download/{version}/pyci-$(uname -m)-$(uname -s) -o /usr/local/bin/pyci +sudo curl -L https://github.com/iliapolo/pyci/releases/download/{version}/py-ci-$(uname -m)-$(uname -s) -o /usr/local/bin/pyci ``` Windows (PowerShell): ```cmd [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -Invoke-WebRequest "https://github.com/iliapolo/pyci/releases/download/{version}/pyci-x86-Windows.exe" -UseBasicParsing -OutFile $Env:ProgramFiles\pyci.exe +Invoke-WebRequest "https://github.com/iliapolo/pyci/releases/download/{version}/py-ci-x86-Windows.exe" -UseBasicParsing -OutFile $Env:ProgramFiles\pyci.exe ``` ## Key Concepts