From 00c262685914bec34494c3d736d1da42de662268 Mon Sep 17 00:00:00 2001 From: Jose Cortes Date: Wed, 4 Aug 2021 14:23:51 -0400 Subject: [PATCH] Ask user to close their powershell and reopen after installing Signed-off-by: Jose Cortes --- install/upgrade-tabs.js | 4 +++- quick-start/qs-tabs.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/install/upgrade-tabs.js b/install/upgrade-tabs.js index 381e72c2fa..187bc90d77 100644 --- a/install/upgrade-tabs.js +++ b/install/upgrade-tabs.js @@ -126,7 +126,9 @@ export default function SimpleTabs() { '\n' + 'cd ..' + '\n' + - 'Remove-Item telepresence' + 'Remove-Item telepresence' + + '\n' + + '# 5. Close your current Powershell and open a new one. Telepresence should now be usable as telepresence.exe' } diff --git a/quick-start/qs-tabs.js b/quick-start/qs-tabs.js index f63b2845e4..8d2351b0b3 100644 --- a/quick-start/qs-tabs.js +++ b/quick-start/qs-tabs.js @@ -125,7 +125,9 @@ export default function SimpleTabs() { '\n' + 'cd ..' + '\n' + - 'Remove-Item telepresence' + 'Remove-Item telepresence' + + '\n' + + '# 5. Close your current Powershell and open a new one. Telepresence should now be usable as telepresence.exe' }