Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Install `tsh` on your local workstation:

<TabItem label="Windows - Powershell">
```code
$ curl -o teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip
$ curl -O https://cdn.teleport.dev/teleport-v(=teleport.version=)-windows-amd64-bin.zip
# Unzip the archive and move `tsh.exe` to your %PATH%
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/includes/install-windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install `tsh` on Windows, run the following commands in PowerShell:
# by default, so you need to convert it to a string
$ [System.Text.Encoding]::UTF8.getstring($Resp.Content)
# <checksum> <filename>
$ curl -o teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip
$ curl -O https://cdn.teleport.dev/teleport-v(=teleport.version=)-windows-amd64-bin.zip
$ certUtil -hashfile teleport-v(=teleport.version=)-windows-amd64-bin.zip SHA256
# SHA256 hash of teleport-v(=teleport.version=)-windows-amd64-bin.zip:
# <checksum>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ chart.
You can also fetch an installer via the command line:

```code
$ curl -o https://cdn.teleport.dev/teleport-(=teleport.version=).pkg
Comment thread
alexfornuto marked this conversation as resolved.
Outdated
$ curl -O https://cdn.teleport.dev/teleport-(=teleport.version=).pkg
# Installs on Macintosh HD
$ sudo installer -pkg teleport-(=teleport.version=).pkg -target /
# Password:
Expand Down