From f8f8619c07be3ea59da9f1fdf30a3bb969d12672 Mon Sep 17 00:00:00 2001 From: Donny Yung Date: Mon, 2 Aug 2021 15:21:38 -0400 Subject: [PATCH] PR feedback Signed-off-by: Donny Yung Signed-off-by: Luke Shumaker --- install/upgrade-tabs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/upgrade-tabs.js b/install/upgrade-tabs.js index 1ae8548219..381e72c2fa 100644 --- a/install/upgrade-tabs.js +++ b/install/upgrade-tabs.js @@ -103,6 +103,7 @@ export default function SimpleTabs() { { '# Make sure you run the following from Powershell as Administrator' + + '\n' + '# 1. Download the latest windows zip containing telepresence.exe and its dependencies (~50 MB):' + '\n' + 'curl -fL https://app.getambassador.io/download/tel2/windows/amd64/latest/telepresence.zip -o telepresence.zip' + @@ -117,13 +118,14 @@ export default function SimpleTabs() { '\n \n' + '# 3. Run the install-telepresence.ps1 to install telepresence\'s dependencies. It will install telepresence to' + '\n' + - '# C:\\telepresence by default, but you can specify a custom path $path with -Path $path' + + '# C:\\telepresence by default, but you can specify a custom path by passing in -Path C:\\my\\custom\\path' + '\n' + '.\\install-telepresence.ps1' + '\n \n' + '# 4. Remove the unzipped directory' + '\n' + 'cd ..' + + '\n' + 'Remove-Item telepresence' }