diff --git a/README.md b/README.md index 2b2a0a08..6c3e420a 100644 --- a/README.md +++ b/README.md @@ -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