Skip to content

Commit

Permalink
Merge pull request #5 from observIQ/update-download-url
Browse files Browse the repository at this point in the history
Fix download URLs in README
  • Loading branch information
camdencheek authored Jul 7, 2020
2 parents 0d0019f + 6678f7a commit 88fd958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ go get github.com/observiq/bplogagent
```
#### Linux
```shell
sh -c "$(curl -fsSl https://github.com/observiq/bplogagent/releases/latest/download/unix-install.sh)" unix-install.sh
sh -c "$(curl -fsSl https://github.com/observiq/observiq-logagent/releases/latest/download/unix-install.sh)" unix-install.sh
```
#### Darwin
```shell
sh -c "$(curl -fsSl https://github.com/observiq/bplogagent/releases/latest/download/unix-install.sh)" unix-install.sh
sh -c "$(curl -fsSl https://github.com/observiq/observiq-logagent/releases/latest/download/unix-install.sh)" unix-install.sh
```
#### Windows
```pwsh
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; Invoke-Expression ((New-Object net.webclient).DownloadString('https://github.com/observiq/bplogagent/releases/latest/download/windows-install.ps1')); Log-Agent-Install
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; Invoke-Expression ((New-Object net.webclient).DownloadString('https://github.com/observiq/observiq-logagent/releases/latest/download/windows-install.ps1')); Log-Agent-Install
```

## How do I run the agent?
Expand Down

0 comments on commit 88fd958

Please sign in to comment.