Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne authored Jan 3, 2019
1 parent d9842c4 commit 6ceddd3
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 @@ -40,20 +40,20 @@ or install it through command line:
On `OSX`:

```bash
curl -sL https://github.com/coveo/tgf/releases/download/v1.18.1/tgf_1.18.1_macOS_64-bits.zip | bsdtar -xf- -C /usr/local/bin
curl -sL https://github.com/coveo/tgf/releases/download/v1.18.2/tgf_1.18.2_macOS_64-bits.zip | bsdtar -xf- -C /usr/local/bin
```

On `Linux`:

```bash
curl -sL https://github.com/coveo/tgf/releases/download/v1.18.1/tgf_1.18.1_linux_64-bits.zip | gzip -d > /usr/local/bin/tgf && chmod +x /usr/local/bin/tgf
curl -sL https://github.com/coveo/tgf/releases/download/v1.18.2/tgf_1.18.2_linux_64-bits.zip | gzip -d > /usr/local/bin/tgf && chmod +x /usr/local/bin/tgf
```

On `Windows` with Powershell:

```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest https://github.com/coveo/tgf/releases/download/v1.18.1/tgf_1.18.1_windows_64-bits.zip -OutFile tgf.zip
Invoke-WebRequest https://github.com/coveo/tgf/releases/download/v1.18.2/tgf_1.18.2_windows_64-bits.zip -OutFile tgf.zip
```

## Configuration
Expand Down

0 comments on commit 6ceddd3

Please sign in to comment.