Skip to content

Commit

Permalink
Fix binary file name in readme installation references
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Jun 11, 2018
1 parent 9252d95 commit 687a35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 687a35e

Please # to comment.